Don't skip ZFS activation if "Available but not enabled" status displayed

This commit is contained in:
Jose
2020-05-11 17:33:39 -04:00
parent 4cc63f2f08
commit 7fdfbaacbd
3 changed files with 3 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ if(!initial_install_banner()):
. gtext('Please check and configure ZFS support option first.')
. '</a>'
. '</br>'
. gtext('Or click Activate to save current configuration regardless.');
. gtext('Or click Save to store current configuration regardless.');
$prerequisites_ok = false;
endif;