mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Reenable broken group actions in My Devices overview screen
The group actions in My Devices overview screen were broken in the following language translations due to translation of an identifier as reported in #793 : * de * nl * pt The translations of the identifier have been reverted to the English original to mitigate the problem. Final solution should be the removal of the identifier "DeviceCheckbox" from translatable strings.
This commit is contained in:
parent
37198b8565
commit
3e3a46f279
1 changed files with 3 additions and 3 deletions
|
@ -5379,11 +5379,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cs": "DeviceCheckbox",
|
"cs": "DeviceCheckbox",
|
||||||
"de": "Geräte-Checkbox",
|
"de": "DeviceCheckbox",
|
||||||
"en": "DeviceCheckbox",
|
"en": "DeviceCheckbox",
|
||||||
"ja": "DeviceCheckbox",
|
"ja": "DeviceCheckbox",
|
||||||
"nl": "Apparaat Checkbox",
|
"nl": "DeviceCheckbox",
|
||||||
"pt": "Caixa de seleção do dispositivo",
|
"pt": "DeviceCheckbox",
|
||||||
"ru": "DeviceCheckbox",
|
"ru": "DeviceCheckbox",
|
||||||
"xloc": [
|
"xloc": [
|
||||||
"default.handlebars->23->394"
|
"default.handlebars->23->394"
|
||||||
|
|
Loading…
Add table
Reference in a new issue