mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
feat: add shortcut key to page title tooltip
This commit is contained in:
parent
e2b4a4e49a
commit
e722cd0560
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue