TF-3487 Create retriable failure state and toast
This commit is contained in:
@@ -4618,4 +4618,11 @@ class AppLocalizations {
|
||||
name: 'viewEntireMessage',
|
||||
);
|
||||
}
|
||||
|
||||
String get retry {
|
||||
return Intl.message(
|
||||
'Retry',
|
||||
name: 'retry',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user