mooxphp/moox

View on GitHub
packages/core/resources/lang/en/security.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [

    'security' => 'Security',
    'securitys' => 'Securitys',
    'title' => 'Security',
    'totalone' => 'Security One',
    'totaltwo' => 'Security Two',
    'totalthree' => 'Security Three',

    'Send Password Reset Links' => 'Send Password Reset Links',
    'Password reset links sent' => 'Password reset links sent',
    'Reset Password Message' => 'Reset Password Message',
    'Hello' => 'Hello',
    'You are receiving this email because we received a password reset request for your account.' => 'You are receiving this email because we received a password reset request for your account.',
    'Reset Password' => 'Reset Password',
    'This password reset link will expire' => 'This password reset link will expire in',
    'If you did not request a password reset, no further action is required.' => 'If you did not request a password reset, no further action is required.',
    'Regards' => 'Regards',
];