New delete message

This commit is contained in:
Vicente J. Ruiz Jurado 2018-08-04 17:49:36 +02:00
parent f9e1a94c48
commit 4c09e7a42d
4 changed files with 6 additions and 1 deletions

View file

@ -151,7 +151,7 @@ class _FireNotificationListState extends State<FireNotificationList> {
onDelete: (notif) {
store.dispatch(new DeleteFireNotificationAction(notif));
_scaffoldKey.currentState.showSnackBar(new SnackBar(
content: new Text(S.of(context).youDeletedThisPlace),
content: new Text(S.of(context).youDeletedThisNotification),
action: new SnackBarAction(
label: S.of(context).UNDO,
onPressed: () {