浏览代码

HUE-778 [beeswax] Fix email checkbox grammar

Romain Rigaux 13 年之前
父节点
当前提交
417d7e1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/beeswax/src/beeswax/templates/execute.mako

+ 1 - 1
apps/beeswax/src/beeswax/templates/execute.mako

@@ -185,7 +185,7 @@ ${layout.menubar(section='query')}
                         <li>
                             <label class="checkbox" rel="tooltip" data-original-title="${_("If checked, you will receive an email notification when the query completes.")}">
                                 <input type="checkbox" id="id_${form.query["email_notify"].html_name | n}" name="${form.query["email_notify"].html_name | n}" ${extract_field_data(form.query["email_notify"]) and "CHECKED" or ""}/>
-                                ${_("Email upon completion")}
+                                ${_("Email me on completion")}
                             </label>
                         </li>
                     </ul>