TF-1194 apply new design identity to manage identity screen in mobile
This commit is contained in:
@@ -1200,11 +1200,26 @@ class AppLocalizations {
|
||||
name: 'profiles');
|
||||
}
|
||||
|
||||
String get profiles_description {
|
||||
return Intl.message('Info about you, and options to manage it',
|
||||
name: 'profiles_description');
|
||||
}
|
||||
|
||||
String get identities {
|
||||
return Intl.message('Identities',
|
||||
name: 'identities');
|
||||
}
|
||||
|
||||
String get identities_description {
|
||||
return Intl.message('Select the identity or email address you want to use to send an emails',
|
||||
name: 'identities_description');
|
||||
}
|
||||
|
||||
String get create_new_identity {
|
||||
return Intl.message('Create new identity',
|
||||
name: 'create_new_identity');
|
||||
}
|
||||
|
||||
String get new_identity {
|
||||
return Intl.message('New Identity',
|
||||
name: 'new_identity');
|
||||
@@ -2594,4 +2609,11 @@ class AppLocalizations {
|
||||
name: 'openInNewTab',
|
||||
);
|
||||
}
|
||||
|
||||
String get regards {
|
||||
return Intl.message(
|
||||
'Regards',
|
||||
name: 'regards',
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user