1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

move password generator to main nav

This commit is contained in:
Kyle Spearrin
2017-12-20 09:39:38 -05:00
parent a4a93f0999
commit 4c8431bd5b
39 changed files with 38 additions and 85 deletions

View File

@@ -130,7 +130,7 @@ namespace Bit.App.Pages
ToolbarItems.Add(selectToolBarItem);
}
Title = AppResources.GeneratePassword;
Title = AppResources.PasswordGenerator;
Content = scrollView;
BindingContext = Model;
}