fix three lints

This commit is contained in:
Michael Telatynski 2021-07-20 10:33:52 +01:00
parent 848b83015d
commit 9fe9534e01
2 changed files with 4 additions and 4 deletions

View file

@ -60,8 +60,8 @@ export default class AskInviteAnywayDialog extends React.Component<IProps> {
contentId='mx_Dialog_content'
>
<div id='mx_Dialog_content'>
{ /* eslint-disable-next-line */ }
<p>{_t("Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?")}</p>
<p>{ _t("Unable to find profiles for the Matrix IDs listed below - " +
"would you like to invite them anyway?") }</p>
<ul>
{ errorList }
</ul>