diff options
author | Simon L <szaimen@e.mail.de> | 2023-10-06 17:57:39 +0200 |
---|---|---|
committer | Simon L <szaimen@e.mail.de> | 2023-10-06 17:57:39 +0200 |
commit | 4ad5a18afbaee35680872ebd2c848f5ff2105986 (patch) | |
tree | 721b6e562c78a11214c58b1352ba099ce66d7a23 /apps | |
parent | e5b11ced4a209bfee445bebb98f38d07fb5365c0 (diff) | |
download | nextcloud-server-4ad5a18afbaee35680872ebd2c848f5ff2105986.tar.gz nextcloud-server-4ad5a18afbaee35680872ebd2c848f5ff2105986.zip |
fix double heading
Signed-off-by: Simon L <szaimen@e.mail.de>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/settings/templates/help.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/templates/help.php b/apps/settings/templates/help.php index 850ca388996..8bc3acd6e71 100644 --- a/apps/settings/templates/help.php +++ b/apps/settings/templates/help.php @@ -52,7 +52,7 @@ <div class="help-wrapper"> <div class="help-content"> <h2 class="help-content__heading"> - <?php p($l->t('Nextcloud help overview')); ?> + <?php p($l->t('Nextcloud help resources')); ?> </h2> <div class="help-content__body"> <a class="button" target="_blank" rel="noreferrer noopener" |