mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 00:33:20 +00:00
update resource strings for Logins => Items
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Bit.iOS.Extension
|
||||
_folderService = Resolver.Resolve<IFolderService>();
|
||||
_googleAnalyticsService = Resolver.Resolve<IGoogleAnalyticsService>();
|
||||
|
||||
NavItem.Title = AppResources.AddLogin;
|
||||
NavItem.Title = AppResources.AddItem;
|
||||
CancelBarButton.Title = AppResources.Cancel;
|
||||
SaveBarButton.Title = AppResources.Save;
|
||||
View.BackgroundColor = new UIColor(red: 0.94f, green: 0.94f, blue: 0.96f, alpha: 1.0f);
|
||||
@@ -306,7 +306,7 @@ namespace Bit.iOS.Extension
|
||||
{
|
||||
if(section == 0)
|
||||
{
|
||||
return AppResources.LoginInformation;
|
||||
return AppResources.ItemInformation;
|
||||
}
|
||||
else if(section == 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user