mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-22 14:49:59 +08:00
Extracted text from logic files
This commit is contained in:
@ -36,6 +36,10 @@ return [
|
||||
|
||||
'register_thanks' => 'Thanks for registering!',
|
||||
'register_confirm' => 'Please check your email and click the confirmation button to access :appName.',
|
||||
'registrations_disabled' => 'Registrations are currently disabled',
|
||||
'registration_email_domain_invalid' => 'That email domain does not have access to this application',
|
||||
'register_success' => 'Thanks for signing up! You are now registered and signed in.',
|
||||
|
||||
|
||||
/**
|
||||
* Password Reset
|
||||
@ -43,11 +47,14 @@ return [
|
||||
'reset_password' => 'Reset Password',
|
||||
'reset_password_send_instructions' => 'Enter your email below and you will be sent an email with a password reset link.',
|
||||
'reset_password_send_button' => 'Send Reset Link',
|
||||
'reset_password_sent_success' => 'A password reset link has been sent to :email.',
|
||||
'reset_password_success' => 'Your password has been successfully reset.',
|
||||
|
||||
'email_reset_subject' => 'Reset your :appName password',
|
||||
'email_reset_text' => 'You are receiving this email because we received a password reset request for your account.',
|
||||
'email_reset_not_requested' => 'If you did not request a password reset, no further action is required.',
|
||||
|
||||
|
||||
/**
|
||||
* Email Confirmation
|
||||
*/
|
||||
|
Reference in New Issue
Block a user