Skip to content

Commit

Permalink
fix(Locale): Add missing translation key in SettingsControlTab (#2104)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou authored Jan 3, 2025
1 parent 9c3724f commit 040fa18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/settings/SettingsControlTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</settings-row>
<v-divider class="my-2" />
<template v-if="['circle', 'cross'].includes(controlStyle) && actionOptions.length > 1">
<settings-row :title="'Overwrite action button'">
<settings-row :title="$t('Settings.ControlTab.OverwriteActionButton')">
<v-select v-model="actionButton" :items="actionOptions" outlined dense hide-details attach />
</settings-row>
<v-divider class="my-2" />
Expand Down
1 change: 1 addition & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,7 @@
"MoveDistancesInMm": "Move distance increments (in mm)",
"MoveDistancesXYInMm": "Move distance increments X & Y axes (in mm)",
"MoveDistancesZInMm": "Move distance increments Z axis (in mm)",
"OverwriteActionButton": "Overwrite action button",
"QuadGantryLevel": "Quad Gantry Level{isDefault}",
"SpeedEInMms": "Extrusion speed presets (in mm/s)",
"SpeedXY": "Movement speed X & Y axes",
Expand Down

0 comments on commit 040fa18

Please sign in to comment.