1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-06 02:23:57 +00:00

Rename pages

This commit is contained in:
Kyle Spearrin
2017-11-27 14:24:47 -05:00
parent 7cff22fb9e
commit 793241523d
6 changed files with 15 additions and 15 deletions

View File

@@ -4,9 +4,9 @@ using Xamarin.Forms;
namespace Bit.App.Controls
{
public class AddCipherToolbarItem : ExtendedToolbarItem
public class AddCipherToolBarItem : ExtendedToolbarItem
{
public AddCipherToolbarItem(Page page, string folderId)
public AddCipherToolBarItem(Page page, string folderId)
: base(() => Helpers.AddCipher(page, folderId))
{
Text = AppResources.Add;