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

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-01-06 22:45:34 +0300
committerGitHub <noreply@github.com>2021-01-06 22:45:34 +0300
commitb575bb4dface35258549321f5891ed9cac156d2e (patch)
treeae6904234551b3ed999c66035caff268bb88cde7 /templates
parentd5d302a74898e3d330f4f074af4d2043fc01c367 (diff)
l10n: Change to singular
Diffstat (limited to 'templates')
-rw-r--r--templates/settings-admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings-admin.php b/templates/settings-admin.php
index 04a9304..d621340 100644
--- a/templates/settings-admin.php
+++ b/templates/settings-admin.php
@@ -38,7 +38,7 @@ style('password_policy', 'settings-admin');
<p>
<label class="password-policy-number-option">
<input id="password-policy-history-size" type="number" value="<?php p($_['historySize']) ?>" />
- <span><?php p($l->t('User passwords history')) ?></span>
+ <span><?php p($l->t('User password history')) ?></span>
</label>
</p>
<p>