diff options
author | delvh <dev.lh@web.de> | 2021-01-29 04:06:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 04:06:10 +0100 |
commit | aec8029277cb44d42184ad4e7f891d170f9c5f39 (patch) | |
tree | 3f72b6a208f1aff8ee402b0d1000cfbd001237c4 /options | |
parent | 0e4a9dbcb90ff80356e51cffb81e2b8717ea035d (diff) | |
download | gitea-aec8029277cb44d42184ad4e7f891d170f9c5f39.tar.gz gitea-aec8029277cb44d42184ad4e7f891d170f9c5f39.zip |
Fix missing locale bug introduced by #14429 (#14513)
Fixes #14512
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 4083f71147..362b09e291 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -929,6 +929,7 @@ ext_issues = Ext. Issues ext_issues.desc = Link to an external issue tracker. projects = Projects +projects.desc = Manage issues and pulls in project boards. projects.description = Description (optional) projects.description_placeholder = Description projects.create = Create Project |