]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #3702 from aleksandar-todorovic/patch-1
authorJérémy Benoist <j0k3r@users.noreply.github.com>
Thu, 16 Aug 2018 12:45:23 +0000 (14:45 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Aug 2018 12:45:23 +0000 (14:45 +0200)
Fixes a typo

app/Resources/CraueConfigBundle/translations/CraueConfigBundle.en.yml
src/Wallabag/CoreBundle/Resources/translations/messages.en.yml

index a26e451f7a16519dc452aba532c149f142e8073b..239c69eb9e9c37a98cbda0dc631a2b8ff14f030c 100644 (file)
@@ -27,7 +27,7 @@ export: "export"
 import: "import"
 misc: "misc"
 modify_settings: "apply"
-piwik_host: Host of your website in Piwik (without http:// ou https://)
+piwik_host: Host of your website in Piwik (without http:// or https://)
 piwik_site_id: ID of your website in Piwik
 piwik_enabled: Enable Piwik
 demo_mode_enabled: "Enable demo mode? (Only used for the public wallabag demo)"
@@ -37,4 +37,4 @@ download_images_enabled: Download images locally
 restricted_access: Enable authentication for paywalled websites
 api_user_registration: Enable user to be registered using the API
 store_article_headers: Enable if wallabag stores HTTP headers for each article
-shaarli_share_origin_url: Enable sharing origin url to Shaarli, if the service is enabled
\ No newline at end of file
+shaarli_share_origin_url: Enable sharing origin url to Shaarli, if the service is enabled
index 88517c82fe63e634fa446b21c124cfc8a8272179..bd81c72f2eb02f56e593411352d0ef65c72e6e6a 100644 (file)
@@ -116,7 +116,7 @@ config:
         archived: Remove ALL archived entries
         confirm: Are you really sure? (THIS CAN'T BE UNDONE)
     form_password:
-        description: "You can change your password here. Your new password should by at least 8 characters long."
+        description: "You can change your password here. Your new password should be at least 8 characters long."
         old_password_label: 'Current password'
         new_password_label: 'New password'
         repeat_new_password_label: 'Repeat new password'