Fix minor typo in english translation
This commit is contained in:
parent
97910a2efa
commit
73b49e7922
5 changed files with 10 additions and 10 deletions
|
@ -277,7 +277,7 @@ export default class CUD extends Component {
|
|||
const label = matches[2].trim();
|
||||
options.push({ key, label });
|
||||
} else {
|
||||
errors.push(t('errrorOnLineLine', { line: lineIdx + 1}));
|
||||
errors.push(t('errorOnLineLine', { line: lineIdx + 1}));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -532,4 +532,4 @@ export default class CUD extends Component {
|
|||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue