]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/auth.php
Update Ldap.php
[bookstack] / resources / lang / en / auth.php
index cbf4ec7f5aa9e2b0abef663f399ae24a2b5fce21..ffdb1cf45cfc6ef8359f4d23ef3076449db01690 100644 (file)
@@ -12,4 +12,15 @@ return [
     */
     'failed' => 'These credentials do not match our records.',
     'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+
+    /**
+     * Email Confirmation Text
+     */
+    'email_confirm_subject' => 'Confirm your email on :appName',
+    'email_confirm_greeting' => 'Thanks for joining :appName!',
+    'email_confirm_text' => 'Please confirm your email address by clicking the button below:',
+    'email_confirm_action' => 'Confirm Email',
+    'email_confirm_send_error' => 'Email confirmation required but the system could not send the email. Contact the admin to ensure email is set up correctly.',
+    'email_confirm_success' => 'Your email has been confirmed!',
+    'email_confirm_resent' => 'Confirmation email resent, Please check your inbox.',
 ];
\ No newline at end of file