Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 24be428

Browse files
committed
add space
1 parent e47dc5b commit 24be428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extensions/default/DebugCommands/ErrorNotification.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ define(function (require, exports, module) {
6060
$span = $("<span>").text(errorCount);
6161
$("<div>")
6262
.addClass("error")
63-
.text(Strings.ERRORS + ":")
63+
.text(Strings.ERRORS + ": ")
6464
.append($span)
6565
.on("click", showDeveloperTools)
6666
.prependTo("#status-bar .indicators");

0 commit comments

Comments
 (0)