Skip to content

Commit bd78809

Browse files
committed
fix typo
1 parent 05fbced commit bd78809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/create.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<span class="text truncated-item-name"></span>
1818
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
1919
<div class="menu">
20-
<div class="item truncated-item-container" data-value="{{.SignedUser.ID}}" title="{{.Name}}"
20+
<div class="item truncated-item-container" data-value="{{.SignedUser.ID}}" title="{{.SignedUser.Name}}"
2121
{{if not .CanCreateRepoInDoer}}
2222
data-create-repo-disallowed-prompt="{{ctx.Locale.TrN .MaxCreationLimit "repo.form.reach_limit_of_creation_1" "repo.form.reach_limit_of_creation_n" .MaxCreationLimitOfDoer}}"
2323
{{end}}

0 commit comments

Comments
 (0)