mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 00:33:20 +00:00
Applied i18n strings to missing parts in app extension
This commit is contained in:
@@ -41,6 +41,9 @@ namespace Bit.iOS.Extension
|
||||
_authService = Resolver.Resolve<IAuthService>();
|
||||
_cryptoService = Resolver.Resolve<ICryptoService>();
|
||||
|
||||
NavItem.Title = AppResources.VerifyMasterPassword;
|
||||
CancelButton.Title = AppResources.Cancel;
|
||||
SubmitButton.Title = AppResources.Submit;
|
||||
View.BackgroundColor = new UIColor(red: 0.94f, green: 0.94f, blue: 0.96f, alpha: 1.0f);
|
||||
|
||||
var descriptor = UIFontDescriptor.PreferredBody;
|
||||
|
||||
Reference in New Issue
Block a user