mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
Merge pull request #1256 from deltachat/existing-password
sign-in vs. sign-up
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user