aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2022-09-07 14:40:36 -0400
committerGitHub <noreply@github.com>2022-09-07 14:40:36 -0400
commitcb3b3e519f4689821476474214a49a8ae7cd4f58 (patch)
treebfb6aa01b8c69ccbe130cc91b7d7b42109119274 /templates/repo
parent5c70e6aff0da5dab9e751c0e5426533e5a5e6ee9 (diff)
downloadgitea-cb3b3e519f4689821476474214a49a8ae7cd4f58.tar.gz
gitea-cb3b3e519f4689821476474214a49a8ae7cd4f58.zip
Fix various typos (#21103)
Found via `codespell -q 3 -S ./options/locale,./options/license,./public/vendor,./web_src/fomantic -L actived,allways,attachements,ba,befores,commiter,pullrequest,pullrequests,readby,splitted,te,unknwon` Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'templates/repo')
-rw-r--r--templates/repo/diff/compare.tmpl2
-rw-r--r--templates/repo/issue/new.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/diff/compare.tmpl b/templates/repo/diff/compare.tmpl
index e9f2fc3b60..029e7717a4 100644
--- a/templates/repo/diff/compare.tmpl
+++ b/templates/repo/diff/compare.tmpl
@@ -13,7 +13,7 @@
</h2>
{{if .Flash.WarningMsg}}
{{/*
- There's alreay a importing of alert.tmpl in new_form.tmpl,
+ There's already an importing of alert.tmpl in new_form.tmpl,
but only the negative message will be displayed within forms for some reasons, see semantic.css:10659.
To avoid repeated negative messages, the importing here if for .Flash.WarningMsg only.
*/}}
diff --git a/templates/repo/issue/new.tmpl b/templates/repo/issue/new.tmpl
index 9f46f8fddc..496b4b5a70 100644
--- a/templates/repo/issue/new.tmpl
+++ b/templates/repo/issue/new.tmpl
@@ -8,7 +8,7 @@
<div class="ui divider"></div>
{{if .Flash.WarningMsg}}
{{/*
- There's alreay a importing of alert.tmpl in new_form.tmpl,
+ There's already an importing of alert.tmpl in new_form.tmpl,
but only the negative message will be displayed within forms for some reasons, see semantic.css:10659.
To avoid repeated negative messages, the importing here if for .Flash.WarningMsg only.
*/}}