Fix minor typo in english translation

This commit is contained in:
Markus Opolka 2019-11-10 09:24:21 +01:00
parent 97910a2efa
commit 73b49e7922
5 changed files with 10 additions and 10 deletions

View file

@ -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>
);
}
}
}