mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-24 22:25:52 -05: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
8fa296b4a0
commit
f1079db92b
@ -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…
Reference in New Issue
Block a user