1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-22 19:23:58 +00:00

update title of accessibility service page

This commit is contained in:
Kyle Spearrin
2017-11-28 08:32:17 -05:00
parent 81700cfb44
commit daa2ca876b
2 changed files with 336 additions and 312 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -182,7 +182,7 @@ namespace Bit.App.Pages
return true; return true;
}); });
Title = AppResources.AutofillService; Title = AppResources.AutofillAccessibilityService;
Content = ScrollView; Content = ScrollView;
} }