From 6dd524ad390949d16e26a49b6f3a0e622f0ce7a8 Mon Sep 17 00:00:00 2001 From: Steve H Date: Thu, 10 Aug 2023 08:49:52 -0400 Subject: [PATCH] Updated the overlay text of the screenshot button (#4507) Mammoets * Updated the overlay text of the screenshot button to be more descriptive. * Update result-screen.ts added save as alias * Update sourcecode.txt reverted change to aria-label --- frontend/src/ts/commandline/lists/result-screen.ts | 4 ++-- frontend/static/html/pages/test.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/ts/commandline/lists/result-screen.ts b/frontend/src/ts/commandline/lists/result-screen.ts index fba153a73..fb6e80927 100644 --- a/frontend/src/ts/commandline/lists/result-screen.ts +++ b/frontend/src/ts/commandline/lists/result-screen.ts @@ -117,9 +117,9 @@ const commands: MonkeyTypes.Command[] = [ }, { id: "saveScreenshot", - display: "Save screenshot", + display: "Copy screenshot to clipboard", icon: "fa-image", - alias: "ss picture", + alias: "save", exec: (): void => { setTimeout(() => { TestUI.screenshot(); diff --git a/frontend/static/html/pages/test.html b/frontend/static/html/pages/test.html index d6bd125e8..7e242f807 100644 --- a/frontend/static/html/pages/test.html +++ b/frontend/static/html/pages/test.html @@ -413,7 +413,7 @@