mirror of
https://github.com/bitwarden/mobile
synced 2026-01-05 10:03:26 +00:00
fix strings
This commit is contained in:
@@ -106,7 +106,7 @@ namespace Bit.App.Pages
|
||||
ToolbarItems.Add(new DismissModalToolBarItem(this, AppResources.Close));
|
||||
}
|
||||
|
||||
Title = AppResources.Autofill;
|
||||
Title = AppResources.PasswordAutofill;
|
||||
Content = new ScrollView { Content = stackLayout };
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user