Skip to content

Commit 6c82c41

Browse files
Login screen text update
1 parent 0f2d805 commit 6c82c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/layout/login_dialog.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
android:layout_marginTop="20dp"
6262
android:textSize="13sp"
6363
android:layout_marginBottom="4dp"
64-
android:text="Your information is only saved locally and used for API calls."
64+
android:text="Your information is only saved locally and used for API calls. If you have issues with login, try the official HN website to confirm if it as issue with the app or the website."
6565
android:layout_width="wrap_content"
6666
android:layout_height="wrap_content"/>
6767

@@ -70,7 +70,7 @@
7070
style="?attr/materialButtonOutlinedStyle"
7171
android:layout_width="wrap_content"
7272
android:layout_height="wrap_content"
73-
android:text="How does it work?" />
73+
android:text="How does login work?" />
7474

7575
<LinearLayout
7676
android:layout_marginTop="4dp"

0 commit comments

Comments
 (0)