2026.06.05 frontend javítgatás és új belépési logika megvalósítva
This commit is contained in:
@@ -14,10 +14,25 @@
|
||||
},
|
||||
"EMAIL": {
|
||||
"REG": {
|
||||
"SUBJECT": "Confirm your registration"
|
||||
"SUBJECT": "Confirm your registration - Service Finder",
|
||||
"GREETING": "Hi {{first_name}}!",
|
||||
"BODY": "Thank you for registering! Click the button below to activate your account:",
|
||||
"BUTTON": "Activate Account",
|
||||
"FOOTER": "If you did not register, please ignore this email."
|
||||
},
|
||||
"PWD_RESET": {
|
||||
"SUBJECT": "Password Reset Request"
|
||||
"SUBJECT": "Password Reset Request",
|
||||
"GREETING": "Hi!",
|
||||
"BODY": "You requested a password reset. Click the button below to set a new password:",
|
||||
"BUTTON": "Reset Password",
|
||||
"FOOTER": "If you did not request a password reset, please ignore this email."
|
||||
},
|
||||
"TEST": {
|
||||
"SUBJECT": "🧪 Test Email - Service Finder",
|
||||
"GREETING": "Hi {{first_name}}!",
|
||||
"BODY": "This is a test email from the Service Finder system. If you see this, email sending is working!",
|
||||
"BUTTON": "Go to Dashboard",
|
||||
"FOOTER": "Service Finder - Test system message"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user