Browse Source

Show variant

Ernesto Nicolás Carrea 5 years ago
parent
commit
0dc1d37d50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/module/exim/remove.inc

+ 1 - 1
bin/module/exim/remove.inc

@@ -5,7 +5,7 @@ hestia_module_exim_remove() {
 
     module_installed=$(hestia_module_isinstalled mta)
     if [ ! "$module_installed" ] && [ ! "$param_force" ]; then
-        echo "MTA (Exim) module is not installed. See 'hestia module info mta'."
+        echo "MTA module is not installed. See 'hestia module info mta'."
         exit 1
     fi