diff options
author | Unknwon <u@gogs.io> | 2016-07-25 16:55:51 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-25 16:55:51 +0800 |
commit | 2295fafb34e2467f3b380a4db8832aa2c70ecc5a (patch) | |
tree | d5bbb31afcea7385493b4f0baef5f63b50131e8a /conf | |
parent | a562228c5e1dd139cd8900a8c997bd2ce9e37b00 (diff) | |
download | gitea-2295fafb34e2467f3b380a4db8832aa2c70ecc5a.tar.gz gitea-2295fafb34e2467f3b380a4db8832aa2c70ecc5a.zip |
repo/settings/options: take naming style examples out of locale string
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 2e713fe106..f191e7f464 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -586,8 +586,8 @@ settings.issues_desc = Enable builtin lightweight issue tracker settings.use_external_issue_tracker = Use external issue tracker settings.tracker_url_format = External Issue Tracker URL Format settings.tracker_issue_style = External Issue Tracker Naming Style: -settings.tracker_issue_style.numeric = Numeric <span class="ui light grey text">(1234)</span> -settings.tracker_issue_style.alphanumeric = Alphanumeric <span class="ui light grey text">(ABC-123, DEFG-234, ...)</span> +settings.tracker_issue_style.numeric = Numeric +settings.tracker_issue_style.alphanumeric = Alphanumeric settings.tracker_url_format_desc = You can use placeholder <code>{user} {repo} {index}</code> for user name, repository name and issue index. settings.pulls_desc = Enable pull requests to accept public contributions settings.danger_zone = Danger Zone |