aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-05-30 14:32:41 +0200
committerThomas Citharel <tcit@tcit.fr>2016-06-23 09:15:50 +0200
commit6334f2cac16158a0ea4a8e540ace17550085942b (patch)
tree6772765ca415af66ac1d6871a3475492ebfeb4d0 /src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
parentf06f840c9d5e08b81d56e0588dee8249bd2f19af (diff)
downloadwallabag-6334f2cac16158a0ea4a8e540ace17550085942b.tar.gz
wallabag-6334f2cac16158a0ea4a8e540ace17550085942b.tar.zst
wallabag-6334f2cac16158a0ea4a8e540ace17550085942b.zip
Display a message when saving an entry failed
When saving an entry fail because of database error we previously just returned `false`. Now we got an error in the log and the displayed notice to the user is updated too.
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.es.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.es.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
index 0ae2e243..8351bcf4 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
@@ -397,6 +397,7 @@ flashes:
397 notice: 397 notice:
398 entry_already_saved: 'Entrada ya guardada por %fecha%' 398 entry_already_saved: 'Entrada ya guardada por %fecha%'
399 entry_saved: 'Entrada guardada' 399 entry_saved: 'Entrada guardada'
400 # entry_saved_failed: 'Failed to save entry'
400 entry_updated: 'Entrada actualizada' 401 entry_updated: 'Entrada actualizada'
401 entry_reloaded: 'Entrada recargada' 402 entry_reloaded: 'Entrada recargada'
402 entry_reload_failed: 'Entrada recargada reprobada' 403 entry_reload_failed: 'Entrada recargada reprobada'