Skip to content

Commit 3fee305

Browse files
lunnywilliam-allspice
authored andcommitted
Remove html tags from create tag and branch translation (go-gitea#31973)
Follow go-gitea#31950 and Fix the display bug of go-gitea#31966 . This will only fix the English version. I will update all these translation files in crowdin after this merged so that all the languages can be fixed. And all these files should be backported together. This PR remove the bold effect around the name when creating a new tag or branch.
1 parent d285c36 commit 3fee305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

options/locale/locale_en-US.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2642,7 +2642,7 @@ branch.delete_desc = Deleting a branch is permanent. Although the deleted branch
26422642
branch.deletion_success = Branch "%s" has been deleted.
26432643
branch.deletion_failed = Failed to delete branch "%s".
26442644
branch.delete_branch_has_new_commits = Branch "%s" cannot be deleted because new commits have been added after merging.
2645-
branch.create_branch = Create branch <strong>%s</strong>
2645+
branch.create_branch = Create branch %s
26462646
branch.create_from = from "%s"
26472647
branch.create_success = Branch "%s" has been created.
26482648
branch.branch_already_exists = Branch "%s" already exists in this repository.
@@ -2668,7 +2668,7 @@ branch.new_branch = Create new branch
26682668
branch.new_branch_from = Create new branch from "%s"
26692669
branch.renamed = Branch %s was renamed to %s.
26702670
2671-
tag.create_tag = Create tag <strong>%s</strong>
2671+
tag.create_tag = Create tag %s
26722672
tag.create_tag_operation = Create tag
26732673
tag.confirm_create_tag = Create tag
26742674
tag.create_tag_from = Create new tag from "%s"

0 commit comments

Comments
 (0)