浏览代码

feat: Update help entry name

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/44973/head
Christopher Ng 3 周前
父节点
当前提交
3082bdc788
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      apps/settings/templates/help.php
  2. 1
    1
      lib/private/NavigationManager.php

+ 1
- 1
apps/settings/templates/help.php 查看文件

@@ -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 查看文件

@@ -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'),
]);
}

正在加载...
取消
保存