From ced08d18a40b71cf4a290d9795280c2ef79e168f Mon Sep 17 00:00:00 2001 From: Julien Tant Date: Wed, 1 Aug 2018 05:00:35 +0200 Subject: fix IsPullReuqestBroken->IsPullRequestBroken (#4578) Signed-off-by: Julien Tant --- templates/repo/issue/view_content/pull.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/repo/issue') diff --git a/templates/repo/issue/view_content/pull.tmpl b/templates/repo/issue/view_content/pull.tmpl index d4bf5a3277..9c9dd290a3 100644 --- a/templates/repo/issue/view_content/pull.tmpl +++ b/templates/repo/issue/view_content/pull.tmpl @@ -2,7 +2,7 @@ @@ -22,7 +22,7 @@
{{$.i18n.Tr "repo.pulls.reopen_to_merge"}}
- {{else if .IsPullReuqestBroken}} + {{else if .IsPullRequestBroken}}
{{$.i18n.Tr "repo.pulls.data_broken"}} -- cgit v1.2.3