aboutsummaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorLauris BH <lauris@nix.lv>2017-11-13 09:56:10 +0200
committerGitHub <noreply@github.com>2017-11-13 09:56:10 +0200
commit134958fd9f40b96384bc76598409a4a6fa032708 (patch)
tree175e195ff53a0288d43995bc131b02cab3028dcf /options
parent4725f915433703335d8f7f162e6dbc97afe5115f (diff)
downloadgitea-134958fd9f40b96384bc76598409a4a6fa032708.tar.gz
gitea-134958fd9f40b96384bc76598409a4a6fa032708.zip
Fix localization texts that contain semicolon (#2900)
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 86b64946c2..59c4d840ee 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -627,8 +627,8 @@ issues.label_templates.info = There are not any labels yet. You can click on the
issues.label_templates.helper = Select a label set
issues.label_templates.use = Use this label set
issues.label_templates.fail_to_load_file = Failed to load label template file '%s': %v
-issues.add_label_at = `added the <div class="ui label" style="color: %s; background-color: %s">%s</div> label %s`
-issues.remove_label_at = `removed the <div class="ui label" style="color: %s; background-color: %s">%s</div> label %s`
+issues.add_label_at = `added the <div class="ui label" style="color: %s\; background-color: %s">%s</div> label %s`
+issues.remove_label_at = `removed the <div class="ui label" style="color: %s\; background-color: %s">%s</div> label %s`
issues.add_milestone_at = `added this to the <b>%s</b> milestone %s`
issues.change_milestone_at = `modified the milestone from <b>%s</b> to <b>%s</b> %s`
issues.remove_milestone_at = `removed this from the <b>%s</b> milestone %s`