Skip to content

Commit

Permalink
fix(front): fix trans convert-form-mapping-1st-label
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Nov 5, 2023
1 parent 0957ea1 commit 765fa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export function ConvertForm() {
<Grid xs={10}>
<TextField
sx={{ minWidth: "100%" }}
label={t("")}
label={t("convert-form-mapping-1st-label")}
placeholder="./mapping_table_for_1st_person.txt"
value={value}
variant="outlined"
Expand Down

0 comments on commit 765fa8f

Please sign in to comment.