From 1607836641134040b3f57b7e40bab4f4d45a1427 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 12 Jan 2025 10:43:02 -0500 Subject: [PATCH] fix notification string --- js/activity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/activity.js b/js/activity.js index 2fb20864a0..6ee58fadab 100644 --- a/js/activity.js +++ b/js/activity.js @@ -1303,7 +1303,7 @@ class Activity { // eslint-disable-next-line no-use-before-define recording(); doRecordButton(); - that.textMsg(_("Click on stop sharing")); + that.textMsg(_("Click on stop saving")); } /** * Stops the recording process.