mirror of
https://github.com/bitwarden/mobile
synced 2026-01-05 10:03:26 +00:00
[PS-2324] Add honorific title mx (#2313)
This commit is contained in:
committed by
GitHub
parent
d61bc4b5c1
commit
acd0cb119d
@@ -139,6 +139,7 @@ namespace Bit.App.Pages
|
||||
new KeyValuePair<string, string>(AppResources.Mr, AppResources.Mr),
|
||||
new KeyValuePair<string, string>(AppResources.Mrs, AppResources.Mrs),
|
||||
new KeyValuePair<string, string>(AppResources.Ms, AppResources.Ms),
|
||||
new KeyValuePair<string, string>(AppResources.Mx, AppResources.Mx),
|
||||
new KeyValuePair<string, string>(AppResources.Dr, AppResources.Dr),
|
||||
};
|
||||
FolderOptions = new List<KeyValuePair<string, string>>();
|
||||
|
||||
Reference in New Issue
Block a user