Skip to content

Commit 1607836

Browse files
author
Walter Bender
committed
fix notification string
1 parent 675702a commit 1607836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/activity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ class Activity {
13031303
// eslint-disable-next-line no-use-before-define
13041304
recording();
13051305
doRecordButton();
1306-
that.textMsg(_("Click on stop sharing"));
1306+
that.textMsg(_("Click on stop saving"));
13071307
}
13081308
/**
13091309
* Stops the recording process.

0 commit comments

Comments
 (0)