Skip to content

Commit 948f6ca

Browse files
authored
Remove test string (#25447) (#25448)
Backport #25447 Remove test string on delete project button, I overlooked it in a previous PR
1 parent 061b68e commit 948f6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/projects/list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
{{else}}
6262
<a class="link-action flex-text-inline" href data-url="{{.Link}}/close">{{svg "octicon-skip" 14}}{{$.locale.Tr "repo.projects.close"}}</a>
6363
{{end}}
64-
<a class="delete-button flex-text-inline" href="#" data-url="{{.Link}}/delete">{{svg "octicon-trash" 14}}{{$.locale.Tr "repo.issues.label_delete"}} tesssst</a>
64+
<a class="delete-button flex-text-inline" href="#" data-url="{{.Link}}/delete">{{svg "octicon-trash" 14}}{{$.locale.Tr "repo.issues.label_delete"}}</a>
6565
</div>
6666
{{end}}
6767
</div>

0 commit comments

Comments
 (0)