From: Aleksandar Todorović (r3bl) Date: Fri, 10 Aug 2018 18:15:46 +0000 (+0200) Subject: Fixes a typo X-Git-Tag: 2.3.4~23^2~1 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=7fd4ad6564cd606ccbf0370f1f9287586db49a2c Fixes a typo --- 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: 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'