Skip to content

Commit

Permalink
fix: correct spelling of max_accel_to_decel input field (mainsail-c…
Browse files Browse the repository at this point in the history
…rew#475)

Signed-off-by: Dominik Willner <[email protected]>
  • Loading branch information
dw-0 committed Dec 25, 2021
1 parent 736a2b6 commit b510a9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/panels/MachineSettings/MotionSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</v-col>
<v-col class="col-12 col-md-6">
<motion-settings-input
:label="$t('Panels.MachineSettingsPanel.MotionSettings.Deceleration')"
:label="$t('Panels.MachineSettingsPanel.MotionSettings.MaxAccelToDecel')"
:target="current_accel_to_decel"
:max="max_accel_to_decel"
:default-value="max_accel_to_decel"
Expand Down
2 changes: 1 addition & 1 deletion src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
"Motion": "Bewegung",
"Velocity": "Geschwindigkeit",
"Acceleration": "Beschleunigung",
"Deceleration": "Verlangsamung",
"MaxAccelToDecel": "Max. Beschl. zu Verz.",
"SquareCornerVelocity": "Eck-Geschwindigkeit"
},
"PressureAdvanceSettings": {
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
"Motion": "Motion",
"Velocity": "Velocity",
"Acceleration": "Acceleration",
"Deceleration": "Deceleration",
"MaxAccelToDecel": "Max Accel. to Decel.",
"SquareCornerVelocity": "Square Corner Velocity"
},
"PressureAdvanceSettings": {
Expand Down

0 comments on commit b510a9e

Please sign in to comment.