feat: Update help entry name

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/44973/head
Christopher Ng 2 weeks ago
parent 2b04a80f90
commit 3082bdc788

@ -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…
Cancel
Save