Migrate more strings to translation keys (#11694)
This commit is contained in:
parent
677854d318
commit
e1cfde0c6e
201 changed files with 21074 additions and 18552 deletions
|
@ -79,7 +79,7 @@ export default class ErrorDialog extends React.Component<IProps, IState> {
|
|||
contentId="mx_Dialog_content"
|
||||
>
|
||||
<div className="mx_Dialog_content" id="mx_Dialog_content">
|
||||
{this.props.description || _t("An error has occurred.")}
|
||||
{this.props.description || _t("error|dialog_description_default")}
|
||||
</div>
|
||||
<div className="mx_Dialog_buttons">
|
||||
<button className="mx_Dialog_primary" onClick={this.onClick} autoFocus={this.props.focus}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue