diff --git a/src/App/App.xaml.cs b/src/App/App.xaml.cs index 2cedeff9a..0c72e069c 100644 --- a/src/App/App.xaml.cs +++ b/src/App/App.xaml.cs @@ -49,7 +49,7 @@ namespace Bit.App } else { - await MainPage.DisplayAlert(details.Title, details.Text, details.ConfirmText); + await MainPage.DisplayAlert(details.Title, details.Text, confirmText); } _messagingService.Send("showDialogResolve", new Tuple(details.DialogId, confirmed)); } diff --git a/src/App/Pages/Vault/ViewPage.xaml b/src/App/Pages/Vault/ViewPage.xaml index 652ea8aff..5faed3932 100644 --- a/src/App/Pages/Vault/ViewPage.xaml +++ b/src/App/Pages/Vault/ViewPage.xaml @@ -83,6 +83,7 @@ +