Fix exception when bad domain on login screen

This commit is contained in:
Eugen Rochko 2017-03-14 12:59:52 +01:00
commit 4db1d54d79
2 changed files with 29 additions and 18 deletions

View file

@ -131,5 +131,7 @@
<string name="action_mention">Mention</string>
<string name="tusky_api_url">http://tuskynotify.keylesspalace.com</string>
<string name="notification_mention_format">%s mentioned you</string>
<string name="error_invalid_domain">Invalid domain entered</string>
<string name="error_failed_app_registration">This app could not obtain authentication from that server instance.</string>
</resources>