mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:49:52 +01:00
Fix typos
This commit is contained in:
parent
cd369b667f
commit
957361d755
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue