diff --git a/src/components/Modules/BeltSpecificationCalculate.vue b/src/components/Modules/BeltSpecificationCalculate.vue
index da802be..238d946 100644
--- a/src/components/Modules/BeltSpecificationCalculate.vue
+++ b/src/components/Modules/BeltSpecificationCalculate.vue
@@ -10,7 +10,7 @@
{{ $t('parameters') }}
-
+
@@ -44,26 +44,26 @@
diff --git a/src/components/ParamInputField.vue b/src/components/ParamInputField.vue
index 25c17f8..5462472 100644
--- a/src/components/ParamInputField.vue
+++ b/src/components/ParamInputField.vue
@@ -4,7 +4,7 @@
:disabled="disabled"
hide-details
hide-spin-buttons
- :label="label + ' (' + $t(`units.${modelValue.unit}`) + ')'"
+ :label="label"
:model-value="modelValue.value.toString()"
:suffix="$t(`units.${modelValue.unit}`)"
type="number"