Skip to content

Commit 5d4af8c

Browse files
horizontal scrolling notification added
1 parent 11db42e commit 5d4af8c

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
@@ -1526,7 +1526,7 @@ class Activity {
15261526
else if (ele.label === "Disable horizontal scrolling")
15271527
ele.display = false;
15281528
})
1529-
activity.textMsg(_("Horizontal scrolling disabled."),3000);
1529+
activity.textMsg(("Horizontal scrolling disabled."), 3000);
15301530

15311531
}
15321532
};

0 commit comments

Comments
 (0)