Browse Source

feat: Update help entry name

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/44973/head
Christopher Ng 1 week ago
parent
commit
3082bdc788
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      apps/settings/templates/help.php
  2. 1
    1
      lib/private/NavigationManager.php

+ 1
- 1
apps/settings/templates/help.php View File

@@ -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"

+ 1
- 1
lib/private/NavigationManager.php View File

@@ -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