diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index b4233d65d..ef9990d26 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -1623,11 +1623,11 @@ pulls.tab_files = Files Changed
pulls.reopen_to_merge = Please reopen this pull request to perform a merge.
pulls.cant_reopen_deleted_branch = This pull request cannot be reopened because the branch was deleted.
pulls.merged = Merged
-pulls.merged_as = The pull request has been merged as %[2]s
.
+pulls.merged_success = Pull request successfully merged and closed
+pulls.closed = Pull request closed
pulls.manually_merged = Manually merged
-pulls.manually_merged_as = The pull request has been manually merged as %[2]s
.
+pulls.merged_info_text = The branch %s can now be deleted.
pulls.is_closed = The pull request has been closed.
-pulls.has_merged = The pull request has been merged.
pulls.title_wip_desc = `Start the title with %s to prevent the pull request from being merged accidentally.`
pulls.cannot_merge_work_in_progress = This pull request is marked as a work in progress.
pulls.still_in_progress = Still in progress?
diff --git a/templates/repo/issue/view_content/pull.tmpl b/templates/repo/issue/view_content/pull.tmpl
index 8b758b2ac..899867ce7 100644
--- a/templates/repo/issue/view_content/pull.tmpl
+++ b/templates/repo/issue/view_content/pull.tmpl
@@ -109,7 +109,7 @@
{{end}}
{{$.locale.Tr "repo.pulls.merged_success"}}
+%s
" (.HeadTarget | Escape)) | Str2html}} +{{$.locale.Tr "repo.pulls.closed"}}
+