Skip to content

Commit cdb29d1

Browse files
committed
Oops, rename trust_model_helper
To match similar helper. trust_model_helper_intro -> trust_model_helper Signed-off-by: Bagas Sanjaya <[email protected]>
1 parent 955a6ab commit cdb29d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ readme = README
698698
readme_helper = Select a README file template.
699699
readme_helper_desc = This is the place where you can write a complete description for your project.
700700
auto_init = Initialize Repository (Adds .gitignore, License and README)
701-
trust_model_helper_intro = Select trust model for signature verification. Possible options are:
701+
trust_model_helper = Select trust model for signature verification. Possible options are:
702702
trust_model_helper_collaborator = Collaborator: Trust signatures by collaborators
703703
trust_model_helper_committer = Committer: Trust signatures that match committers
704704
trust_model_helper_collaborator_committer = Collaborator+Committer: Trust signatures by collaborators which match the committer

templates/repo/create.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
</div>
194194
</div>
195195
<div class="help">
196-
{{.i18n.Tr "repo.trust_model_helper_intro"}}
196+
{{.i18n.Tr "repo.trust_model_helper"}}
197197
<ul>
198198
<li>{{.i18n.Tr "repo.trust_model_helper_collaborator"}}</li>
199199
<li>{{.i18n.Tr "repo.trust_model_helper_committer"}}</li>

0 commit comments

Comments
 (0)