diff --git a/src/components/views/dialogs/TextInputDialog.js b/src/components/views/dialogs/TextInputDialog.js index 20a11acd19..69cc4390be 100644 --- a/src/components/views/dialogs/TextInputDialog.js +++ b/src/components/views/dialogs/TextInputDialog.js @@ -42,7 +42,7 @@ export default class TextInputDialog extends React.Component { title: "", value: "", description: "", - busyMessage: "Loading...", + busyMessage: _td("Loading..."), focus: true, hasCancel: true, };