TF-1194 apply new design identity to manage identity screen in mobile

This commit is contained in:
sherlockvn
2022-12-27 14:17:37 +07:00
committed by Dat H. Pham
parent 0144c2cbfa
commit 200e106c19
13 changed files with 435 additions and 176 deletions
@@ -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',
);
}
}