chore(upc): anonMode translations

This commit is contained in:
Zack Spear
2021-09-08 13:34:49 -07:00
parent 4fa490d89f
commit 0aa16c288d

View File

@@ -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'] : '',