1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 14:53:18 +00:00

Applied i18n strings to missing parts in app extension

This commit is contained in:
Kyle Spearrin
2016-12-26 21:22:55 -05:00
parent 6c847292c7
commit 9204d25b62
17 changed files with 191 additions and 87 deletions

View File

@@ -31,7 +31,11 @@ namespace Bit.iOS.Extension
{AppResources.ExtensionSetup2}";
DescriptionLabel.Font = UIFont.FromDescriptor(descriptor, descriptor.PointSize);
DescriptionLabel.TextColor = new UIColor(red: 0.47f, green: 0.47f, blue: 0.47f, alpha: 1.0f);
ActivatedLabel.Text = AppResources.ExtensionActivated;
ActivatedLabel.Font = UIFont.FromDescriptor(descriptor, descriptor.PointSize * 1.3f);
BackButton.Title = AppResources.Back;
base.ViewDidLoad();
}