diff options
| author | 2023-06-13 22:39:33 +0200 | |
|---|---|---|
| committer | 2023-06-13 22:39:33 +0200 | |
| commit | 3d9e0c47ecb19fea4f194d3a4a81d7d931e2bc0b (patch) | |
| tree | 52ca8a7131822807d5cd1e7188b42100594d2988 /app/i18n/en/feedback.php | |
| parent | 67130bca3aa0a8d225c43df57a08cf8c81995136 (diff) | |
Improved: update page (#5420)
* prependTitle()
* do not need the "damn" in the alert
* update page layout improved
* release channel
* i18n labels
* add log messages while updating
* Delete updatee.php
* Update updateController.php
* Update updateController.php
* Update updateController.php
* Update updateController.php
* add getCurrentGitBranch()
* Update updateController.php
* state2 buttons
* i18n
* loading
* Update feedback.php
* Update feedback.php
* Update feedback.php
* Update extra.js
* Apply suggestions from code review
Co-authored-by: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com>
* Update updateController.php
* Update terminology
* update button is now armed
---------
Co-authored-by: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/en/feedback.php')
| -rw-r--r-- | app/i18n/en/feedback.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/en/feedback.php b/app/i18n/en/feedback.php index af752d916..1e69f8287 100644 --- a/app/i18n/en/feedback.php +++ b/app/i18n/en/feedback.php @@ -120,11 +120,11 @@ return array( 'renamed' => 'Label ā%sā has been renamed to ā%sā.', ), 'update' => array( - 'can_apply' => 'FreshRSS will now be updated to the <strong>version %s</strong>.', + 'can_apply' => 'An update of FreshRSS is available: <strong>Version %s</strong>.', 'error' => 'The update process has encountered an error: %s', - 'file_is_nok' => 'New <strong>version %s</strong> available, but check permissions on <em>%s</em> directory. HTTP server must have have write permission', + 'file_is_nok' => 'An update of FreshRSS is available (<strong>Version %s</strong>), but check permissions on <em>%s</em> directory. HTTP server must have have write permission', 'finished' => 'Update complete!', - 'none' => 'No update to apply', + 'none' => 'No update available', 'server_not_found' => 'Update server cannot be found. [%s]', ), 'user' => array( |
