summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--public/js/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/js/app.js b/public/js/app.js
index 9a5efaf41c..d34e7c8059 100644
--- a/public/js/app.js
+++ b/public/js/app.js
@@ -646,7 +646,7 @@ function initIssue() {
$button.removeClass("btn-success btn-default");
$button.addClass("btn-warning");
- $button.text("Submiting...");
+ $button.text("Submitting…");
});
fileInput.form.addEventListener("submit", function(event) {
@@ -698,7 +698,7 @@ function initIssue() {
$button.removeClass("btn-warning");
$button.addClass("btn-danger");
- $button.text("An error encoured!")
+ $button.text("An error occurred!");
return;
}