Merge pull request #1256 from deltachat/existing-password

sign-in vs. sign-up
This commit is contained in:
bjoern
2020-04-08 12:49:08 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -69,7 +69,7 @@
android:id="@+id/password_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/password"
android:hint="@string/existing_password"
android:inputType="textPassword" />
</com.google.android.material.textfield.TextInputLayout>
+1
View File
@@ -50,6 +50,7 @@
<string name="email_address">Email address</string>
<string name="bad_email_address">Bad email address.</string>
<string name="password">Password</string>
<string name="existing_password">Existing password</string>
<string name="now">Now</string>
<!-- Translators: used as a headline in sections with actions that cannot be undone. could also be "Caution" or "Cave" or so. -->
<string name="danger">Danger</string>