diff options
| author | 2023-11-01 09:43:15 +0100 | |
|---|---|---|
| committer | 2023-11-01 09:43:15 +0100 | |
| commit | 61f01d9c35111288bafcf12e87aa30f35cfc07d8 (patch) | |
| tree | 21300623548c1e401d4834cfccdaa0f4b949101f | |
| parent | 5a383c105464876fa57caa4eb655276367af6fb9 (diff) | |
Fix typo in Dutch feedback.php (#5796)
| -rw-r--r-- | app/i18n/nl/feedback.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/nl/feedback.php b/app/i18n/nl/feedback.php index 39f26f596..bcbbd6c3d 100644 --- a/app/i18n/nl/feedback.php +++ b/app/i18n/nl/feedback.php @@ -120,7 +120,7 @@ return array( 'renamed' => 'Label ā%sā hernoemd naar ā%sā.', ), 'update' => array( - 'can_apply' => 'FreshRSS word nu vernieud naar <strong>versie %s</strong>.', + 'can_apply' => 'FreshRSS word nu bijgewerkt naar <strong>versie %s</strong>.', 'error' => 'Het vernieuwingsproces kwam een fout tegen: %s', 'file_is_nok' => '<strong>Versie %s</strong>. Controleer permissies op <em>%s</em> map. HTTP server moet rechten hebben om er in te schrijven', 'finished' => 'Vernieuwing compleet!', |
