aboutsummaryrefslogtreecommitdiffstats
path: root/options/locale
diff options
context:
space:
mode:
authorGusted <williamzijl7@hotmail.com>2022-07-10 00:17:04 +0200
committerGitHub <noreply@github.com>2022-07-09 17:17:04 -0500
commit87c563b706b11af82968dddaa8100befcf7c9b75 (patch)
tree2cd37b5030f50256dc86db9393513db2825d5766 /options/locale
parent11c074814611adfba9e04839b9743ac58d11871e (diff)
downloadgitea-87c563b706b11af82968dddaa8100befcf7c9b75.tar.gz
gitea-87c563b706b11af82968dddaa8100befcf7c9b75.zip
Use dedicated draft PR icon when possible (#20303)
* Use dedicated draft PR icon when possible - Currently the generic pull-request icon is used for draft PR's. This patch changes that by using the dedicated icon for this. - Resolves #20296 * Use draft title
Diffstat (limited to 'options/locale')
-rw-r--r--options/locale/locale_en-US.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 464a7d396c..36e2ae677b 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -1303,6 +1303,7 @@ issues.previous = Previous
issues.next = Next
issues.open_title = Open
issues.closed_title = Closed
+issues.draft_title = Draft
issues.num_comments = %d comments
issues.commented_at = `commented <a href="#%s">%s</a>`
issues.delete_comment_confirm = Are you sure you want to delete this comment?