Skip to content

Commit

Permalink
fix(front): fix trans key
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Nov 5, 2023
1 parent 06cd552 commit 6e38434
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/components/lists/editor_list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ export const SelectEditorMode = ({ editorMode, setEditorMode }: Props) => {

return (
<FormControl variant="filled" sx={{ m: 1, minWidth: 100 }}>
<InputLabel htmlFor="editor-select">{t("editor-mode-label")}</InputLabel>
<InputLabel htmlFor="editor-select">
{t("editor-mode-list-label")}
</InputLabel>
<Select
name={editorMode}
onChange={handleChange}
Expand Down

0 comments on commit 6e38434

Please sign in to comment.