Skip to content

Commit cad63e9

Browse files
committed
Translations refinement
Change-Id: I9928978e188599c852f675453f59ce624bc9602d
1 parent 01f876d commit cad63e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<string name="app_name">ui_flow</string>
33

44
<!-- Common -->
5-
<string name="default_toolbar_title" translation_description="Do not translate">@string/app_name</string>
5+
<string name="default_toolbar_title" translatable="false">@string/app_name</string>
66
<string name="progress_dialog_loading" translation_description="Loading text in dialog">Loading…</string>
77
<string name="sign_in_default" translation_description="Button text to sign in">Sign in</string>
88
<string name="general_error" translation_description="Toast text flashing general error">An error has occurred.</string>
@@ -49,8 +49,8 @@
4949
<string name="terms_of_service" translation_description="Link text to web url containing the app's terms of service">Terms of Service</string>
5050

5151
<!-- Idp/Email welcome back -->
52-
<string name="title_welcome_back_idp_prompt" translation_description="Do not translate">@string/sign_in_default</string>
53-
<string name="title_welcome_back_password_prompt" translation_description="Do not translate">@string/sign_in_default</string>
52+
<string name="title_welcome_back_idp_prompt" translatable="false">@string/sign_in_default</string>
53+
<string name="title_welcome_back_password_prompt" translatable="false">@string/sign_in_default</string>
5454
<string name="welcome_back_idp_header" translation_description="Inline subtitle to users whose signup was interrupted since an existing account was detected">You already have an account</string>
5555
<string name="welcome_back_email_header" translation_description="Message for returning users">Welcome back!</string>
5656
<string name="welcome_back_email_header_reauth" translation_description="Prompt for users that need to reauthenticate (for any reason)">Reauthentication required</string>

0 commit comments

Comments
 (0)