fix translation typo
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
e0b87dc905
commit
b720d8319a
@ -14,7 +14,7 @@
|
||||
<v-container>
|
||||
<v-row class="py-0">
|
||||
<v-col class="pb-0 text-center">
|
||||
<p class="mb-0">{{ $t("Panels.ZOffsetPanel.CurrentOffset") }}{{ homing_origin.length > 1 ? homing_origin[2].toFixed(2) : 0.00 }}mm</p>
|
||||
<p class="mb-0">{{ $t("Panels.ZOffsetPanel.CurrentOffset") }}: {{ homing_origin.length > 1 ? homing_origin[2].toFixed(2) : 0.00 }}mm</p>
|
||||
</v-col>
|
||||
</v-row>
|
||||
<v-row>
|
||||
|
Loading…
x
Reference in New Issue
Block a user