Make email mandatory + sign in translations
All checks were successful
CI / scan_ruby (push) Successful in 17s
CI / scan_js (push) Successful in 12s
CI / lint (push) Successful in 11s
CI / test (push) Successful in 26s

This commit is contained in:
sto
2025-06-19 16:54:47 +02:00
parent 67492cdd15
commit ac83a599f3
4 changed files with 32 additions and 9 deletions

View File

@@ -68,11 +68,14 @@ en:
brand: "Brand"
image: "Image"
name: "Name"
session:
email_address: Email address
password: Password
user:
username: "Username"
email_address: "Email address"
lang: "Language"
password: "New password"
username: Username
email_address: Email address
lang: Language
password: New password
errors:
models:
completion:
@@ -100,6 +103,12 @@ en:
attributes:
name:
blank: The puzzle name cannot be empty
user:
attributes:
email_address:
blank: Your email cannot be empty
username:
blank: Your username cannot be empty
completions:
edit:
title: "Edit completion"
@@ -160,6 +169,7 @@ en:
edit: "Edit"
import: CSV Import
open: Open
sign_in: Sign in
save: Save
field: Field
none: No field selected