Skip to content

Commit 4cc1f29

Browse files
authored
update thirtysevensignals social auth style to basecamp (#593)
1 parent 62114b8 commit 4cc1f29

6 files changed

+3
-3
lines changed
Loading
Loading
Loading
Loading
Binary file not shown.

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<string name="com_auth0_lock_social_renren">人人</string>
5858
<string name="com_auth0_lock_social_thecity">The City</string>
5959
<string name="com_auth0_lock_social_thecity_sandbox">The City (Sandbox)</string>
60-
<string name="com_auth0_lock_social_thirtysevensignals">37 Signals</string>
60+
<string name="com_auth0_lock_social_thirtysevensignals">Basecamp</string>
6161
<string name="com_auth0_lock_social_vkontakte">VKontakte</string>
6262
<string name="com_auth0_lock_social_weibo">新浪微博</string>
6363
<string name="com_auth0_lock_social_wordpress">WordPress</string>
@@ -72,7 +72,7 @@
7272
<string name="com_auth0_lock_input_error_email">Invalid Email Address</string>
7373
<string name="com_auth0_lock_input_error_password">Invalid Password</string>
7474
<string name="com_auth0_lock_input_error_username_email">Invalid Username or Email Address</string>
75-
<string name="com_auth0_lock_input_error_username" formatted="false" tools:ignore="StringFormatInvalid">Invalid Username. Can only contain between %d to %d alphanumeric characters and \'_\'.</string>
75+
<string name="com_auth0_lock_input_error_username" formatted="false" tools:ignore="StringFormatInvalid,TypographyQuotes">Invalid Username. Can only contain between %d to %d alphanumeric characters and \'_\'.</string>
7676
<string name="com_auth0_lock_input_error_username_empty" formatted="false">Invalid Username</string>
7777
<string name="com_auth0_lock_input_error_code">Invalid Code</string>
7878
<string name="com_auth0_lock_input_error_phone_number">Invalid Phone Number</string>
@@ -150,7 +150,7 @@
150150
<string name="com_auth0_lock_description_mfa_input_code">Please enter a verification code from\n your code generator application.</string>
151151

152152
<!-- Password Strength/Policies -->
153-
<string name="com_auth0_lock_password_strength_identical_chars">No more than 2 identical characters in a row (e.g., "111" not allowed)</string>
153+
<string name="com_auth0_lock_password_strength_identical_chars">No more than 2 identical characters in a row (e.g., 111 not allowed)</string>
154154
<string name="com_auth0_lock_password_strength_chars_length" formatted="false" tools:ignore="StringFormatInvalid">At least %d characters in length</string>
155155
<string name="com_auth0_lock_password_strength_lowercase_letters">Lower case letters (a-z)</string>
156156
<string name="com_auth0_lock_password_strength_uppercase_letters">Upper case letters (A-Z)</string>

0 commit comments

Comments
 (0)