Skip to content

Commit 8311b72

Browse files
committed
Merge pull request galaxyproject#1893 from bwlang/patch-1
Tones down the warning message about tool changes
2 parents cd26a56 + 7955a2b commit 8311b72

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

  • templates/webapps/galaxy/workflow

templates/webapps/galaxy/workflow/run.mako

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -576,15 +576,14 @@ if wf_parms:
576576

577577
%if has_upgrade_messages:
578578
<div class="warningmessage">
579-
Problems were encountered when loading this workflow, likely due to tool
580-
version changes. Missing parameter values have been replaced with default.
581-
Please review the parameter values below.
579+
Warning: Some tools in this workflow have changed since it was last saved. The workflow may still run, but any new options will have default values.
580+
Please review the messages below to make a decision about whether the changes will affect your analysis.
582581
</div>
583582
%endif
584583

585584
%if step_version_changes:
586585
<div class="infomessage">
587-
The following tools are beinge executed with a different version from
586+
The following tools are being executed with a different version from
588587
what was available when this workflow was last saved because the
589588
previous version is no longer available for use on this galaxy
590589
instance.

0 commit comments

Comments
 (0)