fixed typo. s/exits/exists/

Daniel Gultsch created

Change summary

src/main/res/values/strings.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

src/main/res/values/strings.xml 🔗

@@ -839,7 +839,7 @@
     <string name="please_enter_xmpp_address">Please provide an XMPP address</string>
     <string name="this_is_an_xmpp_address">This is an XMPP address. Please provide a name.</string>
     <string name="creating_channel">Creating public channel…</string>
-    <string name="channel_already_exists">This channel already exits</string>
+    <string name="channel_already_exists">This channel already exists</string>
     <string name="joined_an_existing_channel">You’ve joined an existing channel</string>
     <string name="unable_to_set_channel_configuration">Unable to set channel configuration</string>
     <string name="allow_participants_to_edit_subject">Allow anyone to edit the topic</string>