Shorten "Connecting..." label to prevent overflow

It now says "Connect..." which is less grammatical but at least
you can see all of it
This commit is contained in:
Badri Sunderarajan 2022-09-17 14:42:25 +05:30
parent e9145a46b8
commit db067d14fb

View file

@ -35,7 +35,7 @@
// Set the button!
xmppConnecting = true
softkeysStore.update((k) => {
k.right.label = 'Connecting...'
k.right.label = 'Connect...'
return k
})