aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-05-30 14:32:41 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-05-30 14:32:43 +0200
commit39ba51ca1af3085c3a7eb6dabdfae38c5034db1b (patch)
treefd804eba6b1ae213ce636a243955bcc485f427d1 /src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
parent2c045a210ae786a9321f3cdb823ef778e772d733 (diff)
downloadwallabag-39ba51ca1af3085c3a7eb6dabdfae38c5034db1b.tar.gz
wallabag-39ba51ca1af3085c3a7eb6dabdfae38c5034db1b.tar.zst
wallabag-39ba51ca1af3085c3a7eb6dabdfae38c5034db1b.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.da.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.da.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
index 8d392063..0c2a3249 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
@@ -396,6 +396,7 @@ flashes:
396 notice: 396 notice:
397 # entry_already_saved: 'Entry already saved on %date%' 397 # entry_already_saved: 'Entry already saved on %date%'
398 # entry_saved: 'Entry saved' 398 # entry_saved: 'Entry saved'
399 # entry_saved_failed: 'Failed to save entry'
399 # entry_updated: 'Entry updated' 400 # entry_updated: 'Entry updated'
400 # entry_reloaded: 'Entry reloaded' 401 # entry_reloaded: 'Entry reloaded'
401 # entry_reload_failed: 'Failed to reload entry' 402 # entry_reload_failed: 'Failed to reload entry'