mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-27 06:33:15 -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
37198b8565
commit
3e3a46f279
@ -5379,11 +5379,11 @@
|
||||
},
|
||||
{
|
||||
"cs": "DeviceCheckbox",
|
||||
"de": "Geräte-Checkbox",
|
||||
"de": "DeviceCheckbox",
|
||||
"en": "DeviceCheckbox",
|
||||
"ja": "DeviceCheckbox",
|
||||
"nl": "Apparaat Checkbox",
|
||||
"pt": "Caixa de seleção do dispositivo",
|
||||
"nl": "DeviceCheckbox",
|
||||
"pt": "DeviceCheckbox",
|
||||
"ru": "DeviceCheckbox",
|
||||
"xloc": [
|
||||
"default.handlebars->23->394"
|
||||
|
Loading…
x
Reference in New Issue
Block a user