mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 02:23:57 +00:00
Rename pages
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user