From 92b57ee9926816161ab7651d12d08cfe9715805f Mon Sep 17 00:00:00 2001 From: Umang Jain Date: Fri, 6 Dec 2019 14:20:19 +0530 Subject: [PATCH] =?UTF-8?q?authPrompt:=20Add=20"Enter=20Password=E2=80=A6"?= =?UTF-8?q?=20as=20hint-text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/gdm/authPrompt.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/gdm/authPrompt.js b/js/gdm/authPrompt.js index 10e503348..88dc88607 100644 --- a/js/gdm/authPrompt.js +++ b/js/gdm/authPrompt.js @@ -149,6 +149,7 @@ var AuthPrompt = GObject.registerClass({ can_focus: true, x_expand: false, y_expand: true, + hint_text: "Enter Password…", }); ShellEntry.addContextMenu(this._entry, { isPassword: true, actionMode: Shell.ActionMode.NONE });