diff --git a/nodes/core/core/20-inject.html b/nodes/core/core/20-inject.html index effc0b097..8d237f0f0 100644 --- a/nodes/core/core/20-inject.html +++ b/nodes/core/core/20-inject.html @@ -202,7 +202,7 @@ label: function() { var suffix = ""; if (this.repeat || this.crontab) { - suffix = " ⟳"; + suffix = " ↻"; } if (this.name) { return this.name+suffix;