Skip to content

Commit 3625168

Browse files
author
Aaron Mandle
committed
Fix unescaped apostrophe
Change-Id: I1b0c6dac947b3592d1811e0688487838663fa252
1 parent 3aa8c7d commit 3625168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<string name="recover_password_title">Recover password</string>
4141
<string name="welcome_back_idp_header">You already have an account</string>
4242
<string name="welcome_back_idp_prompt">
43-
You've already used <xliff:g id="email_addr" example="[email protected]">%1$s</xliff:g>.
43+
You\'ve already used <xliff:g id="email_addr" example="[email protected]">%1$s</xliff:g>.
4444
Sign in with <xliff:g id="provider_name" example="Google">%2$s</xliff:g> to continue.
4545
</string>
4646
<string name="welcome_back_idp_button">Sign in</string>

0 commit comments

Comments
 (0)