Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Proposing wording fix to match iOS #21

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Expand Up @@ -4,7 +4,7 @@
<string name="welcome_text">Enter Mattermost Server URL</string>
<string name="error_server_url_empty">Server URL cannot be empty</string>
<string name="error_server_url">The server does not exist</string>
<string name="error_mattermost_server">The address does not appear to be a Mattermost server</string>
<string name="error_mattermost_server">We could not connect to the Mattermost server or the server running in an incompatible version.</string>
<string name="login_sub_title">Email address for %s</string>
<string name="uploads_disabled">File uploads are disabled.</string>
<string name="choose_upload">Choose file for upload</string>
Expand Down