From cbd4cf017ae0b606465d2dcbaf5c484edf3ebd99 Mon Sep 17 00:00:00 2001 From: Tom Mortensen Date: Thu, 3 Nov 2022 09:58:49 -0700 Subject: [PATCH] Add wording to UPC and Registration page that indicates that while 1GB minimum flash size is required, min 4GB is recommended. --- plugins/dynamix.my.servers/Registration.page | 2 +- plugins/dynamix.my.servers/include/myservers2.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/dynamix.my.servers/Registration.page b/plugins/dynamix.my.servers/Registration.page index 0c8a58683..f1500c4c3 100644 --- a/plugins/dynamix.my.servers/Registration.page +++ b/plugins/dynamix.my.servers/Registration.page @@ -48,7 +48,7 @@ Your server will not be usable until you purchase a Registration key or install key provides all the functionality of a *Pro* Registration key. Registration keys are bound to your USB Flash boot device serial number (GUID). Please use a high quality name brand device -at least 1GB in size. +at least 1GB in size (min 4GB recommended). Note: USB memory card readers are generally **not** supported because most do not present unique serial numbers. :end diff --git a/plugins/dynamix.my.servers/include/myservers2.php b/plugins/dynamix.my.servers/include/myservers2.php index d70b80ea0..986779354 100644 --- a/plugins/dynamix.my.servers/include/myservers2.php +++ b/plugins/dynamix.my.servers/include/myservers2.php @@ -184,7 +184,7 @@ 'ENOKEYFILE' => [ 'humanReadable' => _('No Keyfile'), 'heading' => _("Let's unleash your hardware").'!', - 'message' => '

'._('Your server will not be usable until you purchase a Registration key or install a free 30-day Trial key').'. '._('A Trial key provides all the functionality of a Pro Registration key').'.

'._('Registration keys are bound to your USB Flash boot device serial number (GUID)').'. '._('Please use a high quality name brand device at least 1GB in size').'.

'._('Note: USB memory card readers are generally not supported because most do not present unique serial numbers').'.

', + 'message' => '

'._('Your server will not be usable until you purchase a Registration key or install a free 30-day Trial key').'. '._('A Trial key provides all the functionality of a Pro Registration key').'.

'._('Registration keys are bound to your USB Flash boot device serial number (GUID)').'. '._('Please use a high quality name brand device at least 1GB in size (min 4GB recommended)').'.

'._('Note: USB memory card readers are generally not supported because most do not present unique serial numbers').'.

', ], 'TRIAL' => [ 'humanReadable' => _('Trial'),