mirror of
https://github.com/unraid/webgui.git
synced 2026-01-27 03:59:01 -06:00
chore(upc): anonMode translations
This commit is contained in:
@@ -287,6 +287,10 @@
|
||||
'iAgree' => _('I agree to the'),
|
||||
'text' => _('Terms of Use'),
|
||||
],
|
||||
'anonMode' => [
|
||||
'name' => _('Anonymous Mode'),
|
||||
'label' => _('Keep server details anonymous'),
|
||||
],
|
||||
],
|
||||
'routes' => [
|
||||
'extendTrial' => [
|
||||
@@ -443,6 +447,7 @@
|
||||
];
|
||||
// feeds server vars to Vuex store in a slightly different array than state.php
|
||||
$serverstate = [
|
||||
"anonMode" => $remote['anonMode'] === 'true',
|
||||
"avatar" => $remote['avatar'],
|
||||
"deviceCount" => $var['deviceCount'],
|
||||
"email" => ($remote['email']) ? $remote['email'] : '',
|
||||
|
||||
Reference in New Issue
Block a user