diff options
| author | 2025-07-31 09:24:37 +0200 | |
|---|---|---|
| committer | 2025-07-31 09:24:37 +0200 | |
| commit | f85333e98adff296700e01ece8843aaf94694257 (patch) | |
| tree | c1c1a36a06f2d9fe824c3284757cd8761bd3f9d3 /app/i18n/sk/feedback.php | |
| parent | 7a0c423357818b19eb431775452b1357bc7fd3eb (diff) | |
Require current password when setting new password (#7763)
* Require current password when setting new password
* i18n: fr
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/sk/feedback.php')
| -rw-r--r-- | app/i18n/sk/feedback.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/sk/feedback.php b/app/i18n/sk/feedback.php index bca5437e3..289460f18 100644 --- a/app/i18n/sk/feedback.php +++ b/app/i18n/sk/feedback.php @@ -66,6 +66,7 @@ return array( ), 'profile' => array( 'error' => 'Váš profil nie je možné upraviť', + 'passwords_dont_match' => 'Passwords don’t match', // TODO 'updated' => 'Váš profil bol upravený', ), 'sub' => array( |
