From ec32679ab1b685c6be7bd3bf1ed356ae0bb81cf6 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 29 Nov 2017 11:18:33 -0500 Subject: [PATCH] change options autofill label to include accessib. --- src/App/Pages/Settings/SettingsOptionsPage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Pages/Settings/SettingsOptionsPage.cs b/src/App/Pages/Settings/SettingsOptionsPage.cs index e07c38210..e1bb9b589 100644 --- a/src/App/Pages/Settings/SettingsOptionsPage.cs +++ b/src/App/Pages/Settings/SettingsOptionsPage.cs @@ -154,7 +154,7 @@ namespace Bit.App.Pages { Root = new TableRoot { - new TableSection(AppResources.AutofillService) + new TableSection(AppResources.AutofillAccessibilityService) { AutofillAlwaysCell }