You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Update src/components/views/dialogs/TextInputDialog.js
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ export default class TextInputDialog extends React.Component {
|
||||
title: "",
|
||||
value: "",
|
||||
description: "",
|
||||
busyMessage: "Loading...",
|
||||
busyMessage: _td("Loading..."),
|
||||
focus: true,
|
||||
hasCancel: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user