You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
fix missing i18n
This commit is contained in:
@@ -65,7 +65,7 @@ export default class BugReportDialog extends React.Component {
|
|||||||
if (!this._unmounted) {
|
if (!this._unmounted) {
|
||||||
this.props.onFinished(false);
|
this.props.onFinished(false);
|
||||||
const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
|
const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
|
||||||
Modal.createTrackedDialog('Bug report sent', '', QuestionDialog, {
|
Modal.createTrackedDialog(_t('Bug report sent'), '', QuestionDialog, {
|
||||||
title: _t('Logs sent'),
|
title: _t('Logs sent'),
|
||||||
description: _t('Thank you!'),
|
description: _t('Thank you!'),
|
||||||
hasCancelButton: false,
|
hasCancelButton: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user