diff --git a/plugins/dynamix.my.servers/include/myservers2.php b/plugins/dynamix.my.servers/include/myservers2.php index 3361d070c..0abc6a7c7 100644 --- a/plugins/dynamix.my.servers/include/myservers2.php +++ b/plugins/dynamix.my.servers/include/myservers2.php @@ -418,12 +418,18 @@ ], 'verifyEmail' => [ 'heading' => _('Verify Email'), + 'subheading' => sprintf(_('We have sent a verifcation email to %s'), '{0}'), 'form' => [ 'verificationCode' => _('verification code'), 'verifyCode' => _('Paste or Enter code'), ], 'noCode' => _("Didn't get code?"), ], + 'verifyEmailResend' => [ + 'heading' => _('Resend Email Verification Code'), + 'goBack' => _("Have the code now? Go Back"), + 'resend' => _("Resend Code"), + ], 'whatIsUnraidNet' => [ 'heading' => _('What is Unraid.net?'), 'subheading' => _('Expand your servers capabilities'),