mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
20 lines
660 B
YAML
20 lines
660 B
YAML
# Security
|
|
security:
|
|
login:
|
|
email: "Email:"
|
|
header: <h1>Login <small>Sylius store</small></h1>
|
|
info: Please login using "<strong>sylius@example.com</strong>" email and "<strong>sylius</strong>" as password.
|
|
forgot_password: Forgot password?
|
|
no_account: No account yet?
|
|
|
|
# Registration
|
|
registration:
|
|
register_header: <h1>Registration <small>Create an account in store</small></h1>
|
|
confirmed_header: <h1>Welcome <small>Your registration was successful</small></h1>
|
|
|
|
# Password resetting
|
|
resetting:
|
|
request:
|
|
header: <h1>Password reset request</h1>
|
|
reset:
|
|
header: <h1>Reset password</h1>
|