Skip to content

Commit 959838a

Browse files
committed
Merge pull request #178 from gubo/iss161
Removed emoji characters from the (app) strings.xml file.
2 parents b4b2b3b + e441294 commit 959838a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
<string name="google_tos_label">Google TOS</string>
2828
<string name="firebase_tos_label">Firebase TOS</string>
2929
<string name="tos_header">Terms of Service URL:</string>
30-
<string name="unknown_response">Unexpected onActivityResult response code 😐</string>
30+
<string name="unknown_response">Unexpected onActivityResult response code</string>
3131
<string name="ok_label">OK</string>
32-
<string name="unknown_sign_in_response">Unknown response from AuthUI sign-in 😓</string>
33-
<string name="sign_in_cancelled">Sign in cancelled 😔</string>
32+
<string name="unknown_sign_in_response">Unknown response from AuthUI sign-in</string>
33+
<string name="sign_in_cancelled">Sign in cancelled</string>
3434
<string name="signed_in_header">You are signed in!</string>
3535
<string name="sign_out">Sign out</string>
3636
<string name="delete_account_label">Delete account</string>
37-
<string name="sign_out_failed">Sign out failed 😨</string>
38-
<string name="delete_account_failed">Delete account failed 😨</string>
37+
<string name="sign_out_failed">Sign out failed</string>
38+
<string name="delete_account_failed">Delete account failed</string>
3939
<string name="user_profile_header">User profile:</string>
4040
<string name="profile_picture_content_desc">Profile picture</string>
4141
<string name="default_theme">Default theme</string>

0 commit comments

Comments
 (0)