Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 6c252a8

Browse files
jaiwanth-vt3chguy
andauthored
Update src/components/views/dialogs/TextInputDialog.js
Co-authored-by: Michael Telatynski <[email protected]>
1 parent 3fc6d73 commit 6c252a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/dialogs/TextInputDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import React, {createRef} from 'react';
1818
import PropTypes from 'prop-types';
1919
import * as sdk from '../../../index';
2020
import Field from "../elements/Field";
21-
import { _t } from '../../../languageHandler';
21+
import { _t, _td } from '../../../languageHandler';
2222

2323
export default class TextInputDialog extends React.Component {
2424
static propTypes = {

0 commit comments

Comments
 (0)