mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Fix typos
This commit is contained in:
		@@ -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;
 | 
			
		||||
                }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user