From cdb8fa3f845e3d8940023da11a936215748e5fd5 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Fri, 28 Jan 2022 10:43:56 -0800 Subject: [PATCH] chore(upc): translations --- plugins/dynamix.my.servers/include/myservers2.php | 6 ++++++ 1 file changed, 6 insertions(+) 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'),