Skip to content

Commit

Permalink
style: fix lint issue in locale files
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Nov 3, 2023
1 parent 9ffca52 commit 42bdfc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,12 +551,12 @@
},
"Headline": "Extruder",
"LoadFilament": "Filament laden",
"PurgeFilament": "Filament reinigen",
"PressureAdvanceSettings": {
"Advance": "Pressure Advance",
"Extruder": "Extruder",
"SmoothTime": "Smooth Time"
},
"PurgeFilament": "Filament reinigen",
"Requested": "Angefordert",
"Retract": "Rückzug",
"TooLargeExtrusion": "Extrusion zu groß!",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,12 +551,12 @@
},
"Headline": "Extruder",
"LoadFilament": "Load Filament",
"PurgeFilament": "Purge Filament",
"PressureAdvanceSettings": {
"Advance": "Pressure Advance",
"Extruder": "Extruder",
"SmoothTime": "Smooth Time"
},
"PurgeFilament": "Purge Filament",
"Requested": "Requested",
"Retract": "Retract",
"TooLargeExtrusion": "Extrusion too large!",
Expand Down

0 comments on commit 42bdfc5

Please sign in to comment.