diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-05-17 21:55:00 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-05-17 21:55:00 +0200 |
commit | 3b628daed3448a649499ac0874b92dc0f468e71e (patch) | |
tree | 5c570eb47b3f015d8136cead2f65a8f3628e4756 /src/main/res/values/strings.xml | |
parent | 245e32581b46acf11a2470441a296e9d520b6f71 (diff) |
fix typo
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index c3dea8e4c..9b4f16d07 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -788,6 +788,6 @@ <string name="jabber_id_copied_to_clipboard">Copied JID to clipboard</string> <string name="copy_jabber_id">Copy JID</string> <string name="copy_link">Copy web address</string> - <string name="server_hint">Choose provide</string> + <string name="server_hint">Choose provider</string> <string name="choose_your_server">Choose your jabber provider</string> </resources> |