Improved login error messages

This commit is contained in:
Balazs Toldi
2023-07-28 07:59:41 +02:00
parent 497f6c79d2
commit df81866821
2 changed files with 24 additions and 14 deletions

View File

@@ -149,6 +149,8 @@
<string name="online_subscribers_number_detail">Online: %1$,d</string>
<string name="cannot_fetch_community_info">Cannot fetch community info</string>
<string name="cannot_fetch_user_info">Cannot fetch user info</string>
<string name="invalid_response">Invalid response from the server</string>
<string name="invalid_username_or_password">Invalid username or password</string>
<string name="cannot_fetch_sidebar">Cannot fetch sidebar</string>
<string name="cannot_fetch_multireddit">Cannot fetch multireddit info</string>