feat: add shortcut key to page title tooltip

This commit is contained in:
alistair3149 2021-04-26 11:50:04 -04:00
parent e2b4a4e49a
commit e722cd0560
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -108,7 +108,7 @@ class SkinCitizen extends SkinMustache {
'data-personal-menu' => $header->buildPersonalMenu(),
'data-theme-toggle' => $header->buildThemeToggleProps(),
'data-search-box' => $header->buildSearchProps(),
'msg-citizen-jumptotop' => $this->msg( 'citizen-jumptotop' )->text(),
'msg-citizen-jumptotop' => $this->msg( 'citizen-jumptotop' )->text() . ' [home]',
],
'data-pagetools' => $tools->buildPageTools(),