aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2018-08-16 14:45:23 +0200
committerGitHub <noreply@github.com>2018-08-16 14:45:23 +0200
commit1421236800ce3a930cad8913ad64d38cd37f7884 (patch)
treeec3efa79bc82688f150778ba12f92a459334ff89
parentd29b18e82e95040ee9cbf3809710cf0d8edfb826 (diff)
parente0a979141234deea9a03ef25e43a05d6fad5950a (diff)
downloadwallabag-1421236800ce3a930cad8913ad64d38cd37f7884.tar.gz
wallabag-1421236800ce3a930cad8913ad64d38cd37f7884.tar.zst
wallabag-1421236800ce3a930cad8913ad64d38cd37f7884.zip
Merge pull request #3702 from aleksandar-todorovic/patch-1
Fixes a typo
-rw-r--r--app/Resources/CraueConfigBundle/translations/CraueConfigBundle.en.yml4
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.en.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.en.yml b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.en.yml
index a26e451f..239c69eb 100644
--- a/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.en.yml
+++ b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.en.yml
@@ -27,7 +27,7 @@ export: "export"
27import: "import" 27import: "import"
28misc: "misc" 28misc: "misc"
29modify_settings: "apply" 29modify_settings: "apply"
30piwik_host: Host of your website in Piwik (without http:// ou https://) 30piwik_host: Host of your website in Piwik (without http:// or https://)
31piwik_site_id: ID of your website in Piwik 31piwik_site_id: ID of your website in Piwik
32piwik_enabled: Enable Piwik 32piwik_enabled: Enable Piwik
33demo_mode_enabled: "Enable demo mode? (Only used for the public wallabag demo)" 33demo_mode_enabled: "Enable demo mode? (Only used for the public wallabag demo)"
@@ -37,4 +37,4 @@ download_images_enabled: Download images locally
37restricted_access: Enable authentication for paywalled websites 37restricted_access: Enable authentication for paywalled websites
38api_user_registration: Enable user to be registered using the API 38api_user_registration: Enable user to be registered using the API
39store_article_headers: Enable if wallabag stores HTTP headers for each article 39store_article_headers: Enable if wallabag stores HTTP headers for each article
40shaarli_share_origin_url: Enable sharing origin url to Shaarli, if the service is enabled \ No newline at end of file 40shaarli_share_origin_url: Enable sharing origin url to Shaarli, if the service is enabled
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index 88517c82..bd81c72f 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -116,7 +116,7 @@ config:
116 archived: Remove ALL archived entries 116 archived: Remove ALL archived entries
117 confirm: Are you really sure? (THIS CAN'T BE UNDONE) 117 confirm: Are you really sure? (THIS CAN'T BE UNDONE)
118 form_password: 118 form_password:
119 description: "You can change your password here. Your new password should by at least 8 characters long." 119 description: "You can change your password here. Your new password should be at least 8 characters long."
120 old_password_label: 'Current password' 120 old_password_label: 'Current password'
121 new_password_label: 'New password' 121 new_password_label: 'New password'
122 repeat_new_password_label: 'Repeat new password' 122 repeat_new_password_label: 'Repeat new password'