From 20dc8dbb320752b7aa1ce798fc91bc188bdc70ad Mon Sep 17 00:00:00 2001 From: Jaiwanth Date: Thu, 11 Feb 2021 17:39:12 +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 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, };