fixed typo. s/exits/exists/

This commit is contained in:
Daniel Gultsch 2019-02-15 20:35:32 +01:00
parent cdaa61b6a3
commit bd5b8aff78

View file

@ -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">Youve 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>