Skip to content

Commit

Permalink
Merge pull request #9830 from shenweiyan/patch-2
Browse files Browse the repository at this point in the history
i18n for tool page about email notification
  • Loading branch information
jmchilton committed Jun 2, 2020
2 parents 78c3dd3 + 0bfa7ba commit d21b11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/mvc/tool/tool-form.js
Expand Up @@ -132,7 +132,7 @@ const View = Backbone.View.extend({
if (Galaxy.config.server_mail_configured && !Galaxy.user.isAnonymous()) {
inputs.push({
name: `send_email_notification`,
label: "Email notification",
label: _l("Email notification"),
type: "boolean",
value: "false",
ignore: "false",
Expand Down

0 comments on commit d21b11e

Please sign in to comment.