]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fixed typo in entry:notice:entry_saved 2200/head
authorcharno6 <charno6@users.noreply.github.com>
Sat, 23 Jul 2016 20:40:23 +0000 (22:40 +0200)
committerGitHub <noreply@github.com>
Sat, 23 Jul 2016 20:40:23 +0000 (22:40 +0200)
"Eintag" to "Eintrag"

src/Wallabag/CoreBundle/Resources/translations/messages.de.yml

index 89cbbbf883487db0bc06fa915882f3668467f593..c98cf0fce77ac2a371fe8cbec8f7b808eab8bbe9 100644 (file)
@@ -396,7 +396,7 @@ flashes:
     entry:
         notice:
             entry_already_saved: 'Eintrag bereits am %date% gespeichert'
-            entry_saved: 'Eintag gespeichert'
+            entry_saved: 'Eintrag gespeichert'
             # entry_saved_failed: 'Failed to save entry'
             entry_updated: 'Eintrag aktualisiert'
             entry_reloaded: 'Eintrag neugeladen'