Skip to content

Commit 8a40f3a

Browse files
author
yuemingw
committed
Fix string typo for "fail_to_remove_account".
Bug: 113624519 Test: manually by TestDPC Change-Id: I7cd88d9738f2fc9c804191aef4998e45778421ef
1 parent c9e7e23 commit 8a40f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<string name="fail_to_add_account">Failed to add account</string>
6363
<string name="remove_account">Remove account</string>
6464
<string name="success_remove_account">Account removed: %s</string>
65-
<string name="fail_to_remove_account">Failed to add account: %s</string>
65+
<string name="fail_to_remove_account">Failed to remove account: %s</string>
6666
<string name="no_accounts_available">No accounts available.</string>
6767
<string name="icon">Icon</string>
6868
<string name="manage_apps">Manage applications</string>

0 commit comments

Comments
 (0)