diff options
| author | 2018-02-14 22:15:34 +0100 | |
|---|---|---|
| committer | 2018-02-14 22:15:34 +0100 | |
| commit | ac3e38359b420068b75cc848d89a3a6fc7b6e6c6 (patch) | |
| tree | bb48cd9032a62af1211152ca9168cbca9888aee7 /app/i18n/he/feedback.php | |
| parent | 04a3c3552c7fd3cc9b6156d667c6fc5074d7bfad (diff) | |
Allow admin user to reset passwords (#1765)
See #960
Diffstat (limited to 'app/i18n/he/feedback.php')
| -rw-r--r-- | app/i18n/he/feedback.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/he/feedback.php b/app/i18n/he/feedback.php index 9a72b2ba0..f773ff270 100644 --- a/app/i18n/he/feedback.php +++ b/app/i18n/he/feedback.php @@ -102,6 +102,10 @@ return array( '_' => 'המשתמש %s נמחק', 'error' => 'User %s cannot be deleted', // @todo ), + 'updated' => array( + '_' => 'User %s has been updated', // TODO + 'error' => 'User %s has not been updated', // TODO + ), ), 'profile' => array( 'error' => 'Your profile cannot be modified', // @todo |
