Skip to content
Snippets Groups Projects
Commit cf44b076 authored by Florent POITTEVIN's avatar Florent POITTEVIN
Browse files

fix: 1452 rename mark as done into marked as processed

parent 45f4d67a
No related branches found
No related tags found
No related merge requests found
......@@ -2682,8 +2682,8 @@
"success": "Benachrichtigung als ausstehend markiert"
},
"setProcessed": {
"fail": "Kann Benachrichtigung nicht als verarbeitet markieren",
"success": "Benachrichtigung als verarbeitet markiert"
"fail": "Kann Benachrichtigung nicht als erledigt markieren",
"success": "Benachrichtigung als erledigt markiert"
},
"setRefuse": {
"fail": "Kann die Meldung nicht als abgelehnt markieren",
......
......@@ -2682,8 +2682,8 @@
"success": "Notification marked pending"
},
"setProcessed": {
"fail": "Cannot mark notification as processed",
"success": "Notification marked as processed"
"fail": "Cannot mark notification as done",
"success": "Notification marked as done"
},
"setRefuse": {
"fail": "Cannot mark the notification as refused",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment