loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove html tags from create tag and branch translation (#31973)

Follow #31950 and Fix the display bug of #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.

(cherry picked from commit a366af4b7a067227386184067e203091923b5b10)

authored by

Lunny Xiao and committed by
0ko
32320bbf 2d3fc00d

+2 -2
+2 -2
options/locale/locale_en-US.ini
··· 2720 2720 branch.deletion_success = Branch "%s" has been deleted. 2721 2721 branch.deletion_failed = Failed to delete branch "%s". 2722 2722 branch.delete_branch_has_new_commits = Branch "%s" cannot be deleted because new commits have been added after merging. 2723 - branch.create_branch = Create branch <strong>%s</strong> 2723 + branch.create_branch = Create branch %s 2724 2724 branch.create_from = from "%s" 2725 2725 branch.create_success = Branch "%s" has been created. 2726 2726 branch.branch_already_exists = Branch "%s" already exists in this repository. ··· 2745 2745 branch.new_branch_from = Create new branch from "%s" 2746 2746 branch.renamed = Branch %s was renamed to %s. 2747 2747 2748 - tag.create_tag = Create tag <strong>%s</strong> 2748 + tag.create_tag = Create tag %s 2749 2749 tag.create_tag_operation = Create tag 2750 2750 tag.confirm_create_tag = Create tag 2751 2751 tag.create_tag_from = Create new tag from "%s"