From 6c252a87a19b1d43adff2f49a59499207497e2fe Mon Sep 17 00:00:00 2001 From: Jaiwanth Date: Thu, 11 Feb 2021 17:38:46 +0530 Subject: [PATCH] Update src/components/views/dialogs/TextInputDialog.js Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com> --- src/components/views/dialogs/TextInputDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/dialogs/TextInputDialog.js b/src/components/views/dialogs/TextInputDialog.js index 27bd30f39e..30c04bfa3f 100644 --- a/src/components/views/dialogs/TextInputDialog.js +++ b/src/components/views/dialogs/TextInputDialog.js @@ -18,7 +18,7 @@ import React, {createRef} from 'react'; import PropTypes from 'prop-types'; import * as sdk from '../../../index'; import Field from "../elements/Field"; -import { _t } from '../../../languageHandler'; +import { _t, _td } from '../../../languageHandler'; export default class TextInputDialog extends React.Component { static propTypes = {