Skip to content

Commit a88842e

Browse files
add a period to the end of alert message.
1 parent 3f73850 commit a88842e

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
@@ -6093,7 +6093,7 @@ class Activity {
60936093
this.selectMode = () => {
60946094
this.moving = false;
60956095
this.isSelecting = !this.isSelecting;
6096-
(this.isSelecting) ? this.textMsg(_("Select is enabled")) : this.textMsg(_("Select is disabled"));
6096+
(this.isSelecting) ? this.textMsg(_("Select is enabled.")) : this.textMsg(_("Select is disabled."));
60976097
}
60986098

60996099
this._create2Ddrag = () => {

0 commit comments

Comments
 (0)