aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authordelvh <leon@kske.dev>2021-08-25 15:47:05 +0200
committerGitHub <noreply@github.com>2021-08-25 21:47:05 +0800
commit20efc6b56c4b56352496e33b3dcde5a4ae2f8a66 (patch)
treedc348440c73d50836a38d52c5690fc16100d7406 /templates
parentb88dbe1208e970776119d1b3c2807f995306d4b2 (diff)
downloadgitea-20efc6b56c4b56352496e33b3dcde5a4ae2f8a66.tar.gz
gitea-20efc6b56c4b56352496e33b3dcde5a4ae2f8a66.zip
Unify migration descriptions (#16781)
* Unify migration descriptions * Clarify that pure Git migration differs from other migrations Co-authored-by: Norwin <noerw@users.noreply.github.com> * Use Pull Requests for Gitea migration Co-authored-by: Norwin <noerw@users.noreply.github.com> Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/migrate/gitea.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/migrate/gitea.tmpl b/templates/repo/migrate/gitea.tmpl
index 52528fc57c..901524d112 100644
--- a/templates/repo/migrate/gitea.tmpl
+++ b/templates/repo/migrate/gitea.tmpl
@@ -54,7 +54,7 @@
<label></label>
<div class="ui checkbox">
<input name="pull_requests" type="checkbox" {{if .pull_requests}} checked{{end}}>
- <label>{{.i18n.Tr "repo.migrate_items_merge_requests" | Safe}}</label>
+ <label>{{.i18n.Tr "repo.migrate_items_pullrequests" | Safe}}</label>
</div>
<div class="ui checkbox">
<input name="releases" type="checkbox" {{if .releases}} checked{{end}}>