Skip to content

Commit 7a3c714

Browse files
noerwlunny
andauthored
expose translation of previously hardcoded string (#14087)
Co-authored-by: Lunny Xiao <[email protected]>
1 parent 7dd3227 commit 7a3c714

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ email_notifications.submit = Set Email Preference
654654

655655
[repo]
656656
owner = Owner
657+
owner_helper = Some organizations may not show up in the dropdown due to a maximum repository count limit.
657658
repo_name = Repository Name
658659
repo_name_helper = Good repository names use short, memorable and unique keywords.
659660
repo_size = Repository Size

templates/repo/create.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{{end}}
3232
</div>
3333
</div>
34-
<span class="help">Some organizations may not show up in the dropdown due to a maximum repository count limit</span>
34+
<span class="help">{{.i18n.Tr "repo.owner_helper"}}</span>
3535
</div>
3636

3737
<div class="inline required field {{if .Err_RepoName}}error{{end}}">

0 commit comments

Comments
 (0)