aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAleksandar Todorović (r3bl) <aleksandar@r3bl.me>2018-08-10 20:15:46 +0200
committerGitHub <noreply@github.com>2018-08-10 20:15:46 +0200
commit7fd4ad6564cd606ccbf0370f1f9287586db49a2c (patch)
tree1ff7d9d863f0649704f424cfb5eaa22a93203104
parentd29b18e82e95040ee9cbf3809710cf0d8edfb826 (diff)
downloadwallabag-7fd4ad6564cd606ccbf0370f1f9287586db49a2c.tar.gz
wallabag-7fd4ad6564cd606ccbf0370f1f9287586db49a2c.tar.zst
wallabag-7fd4ad6564cd606ccbf0370f1f9287586db49a2c.zip
Fixes a typo
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.en.yml2
1 files changed, 1 insertions, 1 deletions
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'