TF-313 Apply new ui for subject, address, body EmailView
This commit is contained in:
@@ -743,4 +743,16 @@ class AppLocalizations {
|
||||
name: 'new_message',
|
||||
);
|
||||
}
|
||||
|
||||
String get details {
|
||||
return Intl.message(
|
||||
'Details',
|
||||
name: 'details');
|
||||
}
|
||||
|
||||
String get hide {
|
||||
return Intl.message(
|
||||
'Hide',
|
||||
name: 'hide');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user