mirror of
https://github.com/unraid/api.git
synced 2026-01-08 09:39:49 -06:00
refactor: connect connected / disconnected translations (#631)
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user