Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/activity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-03-11 17:08:04 +0300
committerLouis <6653109+artonge@users.noreply.github.com>2022-03-14 13:37:14 +0300
commit6444536714f0081039b39bb8f4ee98dbd177c76f (patch)
tree6c255105b7ddadb6a16cf9d3dbe0d3eacdec148b /templates
parentfd11666c15bc62a9844d0967fae6a0b3608f2e69 (diff)
l10n: Change to lowercase
Unifying the text string in the Nextcloud instance. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/stream.app.navigation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/stream.app.navigation.php b/templates/stream.app.navigation.php
index 342c51c7..370bcd6b 100644
--- a/templates/stream.app.navigation.php
+++ b/templates/stream.app.navigation.php
@@ -55,7 +55,7 @@
</span>
<div id="activity-personal-settings-link">
<a href="<?php p($_['personalSettingsLink']); ?>">
- <span class="no-icon"><?php p($l->t('Personal Activity Settings')); ?></span>
+ <span class="no-icon"><?php p($l->t('Personal activity settings')); ?></span>
</a>
</div>
</div>