refactor: connect connected / disconnected translations (#631)

This commit is contained in:
Zack Spear
2023-04-28 09:45:11 -07:00
committed by GitHub
parent fbf6aa85b0
commit abd66d6082

View File

@@ -151,8 +151,8 @@ $upc_translations = [
'loading' => _('Loading Connect data'),
'displayingLastKnown' => _('Displaying last known server data'),
'mothership' => [
'connected' => _('Connected to Mothership'),
'notConnected' => _('Not Connected to Mothership'),
'connected' => _('Connected'),
'notConnected' => _('Disconnected'),
],
'accessLabels' => [
'current' => _('Current server'),