diff options
author | Unknwon <u@gogs.io> | 2015-08-09 15:23:02 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-09 15:23:02 +0800 |
commit | 590c464c56c993c461f10470926a96448f4f7d00 (patch) | |
tree | e79642dd169eecc9757e1aa76f4e68568a6b9f46 /conf | |
parent | 43a87b0caf50abe6d6b19adf10dd9f082c58ad61 (diff) | |
download | gitea-590c464c56c993c461f10470926a96448f4f7d00.tar.gz gitea-590c464c56c993c461f10470926a96448f4f7d00.zip |
UI: create issue with title and content
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index e110719f7d..0bf99458ce 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -367,6 +367,7 @@ commits.older = Older commits.newer = Newer issues.new = New Issue +issues.create = Create Issue issues.new_label = New Label issues.new_label_placeholder = Label name... issues.open_tab = %d Open |