summaryrefslogtreecommitdiffstats
path: root/templates/repo/editor/patch.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/editor/patch.tmpl')
-rw-r--r--templates/repo/editor/patch.tmpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/repo/editor/patch.tmpl b/templates/repo/editor/patch.tmpl
index c108d09159..ad72a256e7 100644
--- a/templates/repo/editor/patch.tmpl
+++ b/templates/repo/editor/patch.tmpl
@@ -10,11 +10,11 @@
<div class="ui secondary menu">
<div class="fitted item treepath">
<div class="ui breadcrumb field {{if .Err_TreePath}}error{{end}}">
- {{.i18n.Tr "repo.editor.patching"}}
+ {{.locale.Tr "repo.editor.patching"}}
<a class="section" href="{{$.RepoLink}}">{{.Repository.FullName}}</a>
<div class="divider">:</div>
<a class="section" href="{{$.BranchLink}}">{{.BranchName}}</a>
- <span>{{.i18n.Tr "repo.editor.or"}} <a href="{{$.BranchLink}}">{{.i18n.Tr "repo.editor.cancel_lower"}}</a></span>
+ <span>{{.locale.Tr "repo.editor.or"}} <a href="{{$.BranchLink}}">{{.locale.Tr "repo.editor.cancel_lower"}}</a></span>
<input type="hidden" id="tree_path" name="tree_path" value="" required>
<input id="file-name" type="hidden" value="diff.patch">
</div>
@@ -22,7 +22,7 @@
</div>
<div class="field">
<div class="ui top attached tabular menu" data-write="write">
- <a class="active item" data-tab="write">{{svg "octicon-code" 16 "mr-2"}}{{.i18n.Tr "repo.editor.new_patch"}}</a>
+ <a class="active item" data-tab="write">{{svg "octicon-code" 16 "mr-2"}}{{.locale.Tr "repo.editor.new_patch"}}</a>
</div>
<div class="ui bottom attached active tab segment" data-tab="write">
<textarea id="edit_area" name="content" class="hide" data-id="repo-{{.Repository.Name}}-patch"
@@ -39,19 +39,19 @@
<div class="ui small basic modal" id="edit-empty-content-modal">
<div class="ui icon header">
<i class="file icon"></i>
- {{.i18n.Tr "repo.editor.commit_empty_file_header"}}
+ {{.locale.Tr "repo.editor.commit_empty_file_header"}}
</div>
<div class="center content">
- <p>{{.i18n.Tr "repo.editor.commit_empty_file_text"}}</p>
+ <p>{{.locale.Tr "repo.editor.commit_empty_file_text"}}</p>
</div>
<div class="actions">
<div class="ui red basic cancel inverted button">
<i class="remove icon"></i>
- {{.i18n.Tr "repo.editor.cancel"}}
+ {{.locale.Tr "repo.editor.cancel"}}
</div>
<div class="ui green basic ok inverted button">
<i class="save icon"></i>
- {{.i18n.Tr "repo.editor.commit_changes"}}
+ {{.locale.Tr "repo.editor.commit_changes"}}
</div>
</div>
</div>