mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-30 10:01:25 +02:00
Update src/components/views/dialogs/TextInputDialog.js
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
parent
61c6033de7
commit
20dc8dbb32
@ -42,7 +42,7 @@ export default class TextInputDialog extends React.Component {
|
|||||||
title: "",
|
title: "",
|
||||||
value: "",
|
value: "",
|
||||||
description: "",
|
description: "",
|
||||||
busyMessage: "Loading...",
|
busyMessage: _td("Loading..."),
|
||||||
focus: true,
|
focus: true,
|
||||||
hasCancel: true,
|
hasCancel: true,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user