diff options
| author | 2014-12-11 17:26:01 +0100 | |
|---|---|---|
| committer | 2014-12-11 17:26:01 +0100 | |
| commit | cad4259e627a016a44e48395b242f973c1e4d502 (patch) | |
| tree | 39486c5d89ddbc4b16db990a6f6941bdb32ca3d2 /app/i18n/en/feedback.php | |
| parent | f43b2737065c0fdb2759839d0179ac6730c1bd54 (diff) | |
Fix i18n for subscription pages
Diffstat (limited to 'app/i18n/en/feedback.php')
| -rw-r--r-- | app/i18n/en/feedback.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/en/feedback.php b/app/i18n/en/feedback.php index b3866f1dc..2eae1d839 100644 --- a/app/i18n/en/feedback.php +++ b/app/i18n/en/feedback.php @@ -8,6 +8,10 @@ return array( 'logout' => array( 'success' => 'You are disconnected', ), + 'sub' => array( + 'error_occurred' => 'Feed cannot be updated', + 'feed_updated' => 'Feed has been updated', + ), 'user_profile' => array( 'updated' => 'Your profile has been modified', ), |
