diff --git a/planemo/options.py b/planemo/options.py index 462eb5d91..4198f16c4 100644 --- a/planemo/options.py +++ b/planemo/options.py @@ -637,7 +637,7 @@ def conda_auto_init_option(): default=True, help=( "Conda dependency resolution for Galaxy will auto install " - "conda itself using miniconda if not availabe on conda_prefix." + "conda itself using miniforge if not availabe on conda_prefix." ), ) @@ -2061,7 +2061,7 @@ def mulled_conda_option(): default=None, help=( "Install a specific version of Conda before running the command, by " - "default the version that comes with the continuumio miniconda3 image " + "default the version that comes with the continuumio miniforge image " "will be used under Linux and under Mac OS X Conda will be upgraded to " "to work around a bug in 4.2." ),