mirror of
https://github.com/nextcloud/server.git
synced 2026-06-15 19:49:38 -04:00
feat: Update help entry name
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
5885a75a96
commit
1dec7e6e73
2 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@
|
|||
<div class="help-wrapper">
|
||||
<div class="help-content">
|
||||
<h2 class="help-content__heading">
|
||||
<?php p($l->t('Nextcloud help resources')); ?>
|
||||
<?php p($l->t('Nextcloud help & privacy resources')); ?>
|
||||
</h2>
|
||||
<div class="help-content__body">
|
||||
<a class="button" target="_blank" rel="noreferrer noopener"
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@ class NavigationManager implements INavigationManager {
|
|||
'id' => 'help',
|
||||
'order' => 99998,
|
||||
'href' => $this->urlGenerator->linkToRoute('settings.Help.help'),
|
||||
'name' => $l->t('Help'),
|
||||
'name' => $l->t('Help & privacy'),
|
||||
'icon' => $this->urlGenerator->imagePath('settings', 'help.svg'),
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue