New delete message
This commit is contained in:
parent
f9e1a94c48
commit
4c09e7a42d
4 changed files with 6 additions and 1 deletions
|
|
@ -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: () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue