summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2018-10-04 00:01:18 +0200
committerGitHub <noreply@github.com>2018-10-04 00:01:18 +0200
commit64467308132deee03293d88cb87a69e5ad78c435 (patch)
treeda9da9a5fbc0ba487d626a0cce942393ca49b3ea
parentb12dbd21abedcfab84b249df52c5e5a039e3d028 (diff)
downloadbugzilla-64467308132deee03293d88cb87a69e5ad78c435.tar.gz
bugzilla-64467308132deee03293d88cb87a69e5ad78c435.tar.xz
Bug 1496233 - "Dunno" -> "Don't know" in approval request form (#795)
-rw-r--r--extensions/BMO/template/en/default/hook/flag/type_comment-form.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BMO/template/en/default/hook/flag/type_comment-form.html.tmpl b/extensions/BMO/template/en/default/hook/flag/type_comment-form.html.tmpl
index 7963af850..0ba8fade2 100644
--- a/extensions/BMO/template/en/default/hook/flag/type_comment-form.html.tmpl
+++ b/extensions/BMO/template/en/default/hook/flag/type_comment-form.html.tmpl
@@ -24,7 +24,7 @@
<div role="radiogroup" class="buttons toggle" aria-labelledby="_ar_beta_i3_label">
<div class="item"><input id="_ar_beta_i3_r1" type="radio" name="_ar_beta_i3_radio" value="Yes"><label for="_ar_beta_i3_r1">Yes</label></div>
<div class="item"><input id="_ar_beta_i3_r2" type="radio" name="_ar_beta_i3_radio" value="No"><label for="_ar_beta_i3_r2">No</label></div>
- <div class="item"><input id="_ar_beta_i3_r3" type="radio" name="_ar_beta_i3_radio" value="Dunno"><label for="_ar_beta_i3_r3">Dunno</label></div>
+ <div class="item"><input id="_ar_beta_i3_r3" type="radio" name="_ar_beta_i3_radio" value="Don’t know"><label for="_ar_beta_i3_r3">Don’t know</label></div>
</div>
</td>
</tr>
@@ -168,7 +168,7 @@
<div role="radiogroup" class="buttons toggle" aria-labelledby="_ar_sec_i2_label">
<div class="item"><input id="_ar_sec_i2_r1" type="radio" name="_ar_sec_i2_radio" value="Yes"><label for="_ar_sec_i2_r1">Yes</label></div>
<div class="item"><input id="_ar_sec_i2_r2" type="radio" name="_ar_sec_i2_radio" value="No"><label for="_ar_sec_i2_r2">No</label></div>
- <div class="item"><input id="_ar_sec_i2_r3" type="radio" name="_ar_sec_i2_radio" value="Dunno"><label for="_ar_sec_i2_r3">Dunno</label></div>
+ <div class="item"><input id="_ar_sec_i2_r3" type="radio" name="_ar_sec_i2_radio" value="Don’t know"><label for="_ar_sec_i2_r3">Don’t know</label></div>
</div>
</td>
</tr>