mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 23:03:23 +00:00
i18n resource strings for app extension
This commit is contained in:
@@ -90,8 +90,7 @@ namespace Bit.iOS.Extension
|
||||
var authService = Resolver.Resolve<IAuthService>();
|
||||
if(!authService.IsAuthenticated)
|
||||
{
|
||||
var alert = Dialogs.CreateAlert(null,
|
||||
"You must log into the main bitwarden app before you can use the extension.", AppResources.Ok, (a) =>
|
||||
var alert = Dialogs.CreateAlert(null, AppResources.MustLogInMainApp, AppResources.Ok, (a) =>
|
||||
{
|
||||
CompleteRequest(null);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user