fix(i18n): exhaustive fix for remote command labels and translations
This commit is contained in:
parent
2e181886aa
commit
9c94552268
@ -35,7 +35,7 @@
|
||||
'Empty' => __('Empty'),
|
||||
'Machine Reboot' => __('Machine Reboot'),
|
||||
'Card Reader Reboot' => __('Card Reader Reboot'),
|
||||
'Remote Reboot' => __('Remote Reboot'),
|
||||
'Remote Settlement' => __('Remote Settlement'),
|
||||
'Lock Page Lock' => __('Lock Page Lock'),
|
||||
'Lock Page Unlock' => __('Lock Page Unlock'),
|
||||
'Remote Change' => __('Remote Change'),
|
||||
@ -630,7 +630,7 @@
|
||||
<div class="text-left">
|
||||
<div
|
||||
class="text-sm font-black text-slate-800 dark:text-white group-hover:text-cyan-600 dark:group-hover:text-cyan-400 transition-colors">
|
||||
{{ __('Remote Settlement') }}</div>
|
||||
{{ __('Machine Reboot') }}</div>
|
||||
</div>
|
||||
</button>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user