Skip to content

Commit 01f876d

Browse files
ashwinraghavGerrit Code Review
authored andcommitted
Merge "Remove period from the end of sentences" into phone-auth
2 parents 47ef4a0 + 909aac5 commit 01f876d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,17 @@
8585

8686
<!-- phone number auth -->
8787
<string name="verify_phone_number_title" translation_description="Phone number entry form title">Enter your phone number</string>
88-
<string name="invalid_phone_number" translation_description="Inline error when phone number entered is invalid">Enter a valid phone number.</string>
88+
<string name="invalid_phone_number" translation_description="Inline error when phone number entered is invalid">Enter a valid phone number</string>
8989
<string name="enter_confirmation_code" translation_description="Phone number verification code entry form title">Enter the 6-digit code we sent to</string>
9090
<string name="resend_code_in" translation_description="Countdown timer text that the user needs to wait for before attempting to resend verification sms">Resend code in 0:%02d</string>
9191
<string name="verify_your_phone_title" translation_description="Button text to complete phone number verification">Verify your phone number</string>
9292
<string name="verifying" translation_description="Progress dialog text while phone number is being verified">Verifying …</string>
9393
<string name="retrieving_sms" translation_description="Progress dialog text when sms is being retrieved before auto-submit">Retrieving sms…</string>
9494
<string name="incorrect_code_dialog_body" translation_description="Inline error when incorrect sms verification code is being used to verify">Wrong code. Try again.</string>
9595
<string name="incorrect_code_dialog_positive_button_text" translation_description="Text to dismiss error alert dialog">OK</string>
96-
<string name="error_too_many_attempts" translation_description="Error message when the phone number has been used too many times">This phone number has been used too many times.</string>
97-
<string name="error_quota_exceeded" translation_description="Error message when the Firebase project's quota has been exceeded.">There was a problem verifying your phone number.</string>
98-
<string name="error_session_expired" translation_description="Error message when SMS confirmation code has expired.">This code is no longer valid.</string>
96+
<string name="error_too_many_attempts" translation_description="Error message when the phone number has been used too many times">This phone number has been used too many times</string>
97+
<string name="error_quota_exceeded" translation_description="Error message when the Firebase project's quota has been exceeded.">There was a problem verifying your phone number</string>
98+
<string name="error_session_expired" translation_description="Error message when SMS confirmation code has expired.">This code is no longer valid</string>
9999
<string name="sign_in_with_phone_number" translation_description="Label for phone number input form">Sign in with phone number</string>
100100
<string name="done" translation_description="Progress dialog success transition once sms is sent">Done</string>
101101
<string name="verified" translation_description="Progress dialog success transition when phone number was verified">Verified!</string>

0 commit comments

Comments
 (0)