mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
i18n resource string for controls
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using Bit.App.Resources;
|
||||
using System;
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace Bit.App.Controls
|
||||
@@ -12,7 +13,7 @@ namespace Bit.App.Controls
|
||||
{
|
||||
_cancelClickedAction = cancelClickedAction;
|
||||
_page = page;
|
||||
Text = text ?? "Close";
|
||||
Text = text ?? AppResources.Close;
|
||||
Clicked += ClickedItem;
|
||||
Priority = -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user