Skip to content

Commit

Permalink
fix notification string
Browse files Browse the repository at this point in the history
  • Loading branch information
Walter Bender committed Jan 12, 2025
1 parent 675702a commit 1607836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1607836

Please sign in to comment.