Fix app name phrasing and refresh blog seed dates
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-04 12:20:19 +01:00
parent fae5ec26fb
commit 1afd49bd24
16 changed files with 66 additions and 50 deletions

View File

@@ -2,9 +2,9 @@
return [
'welcome' => [
'subject' => 'Willkommen bei Fotospiel, :name',
'subject' => 'Willkommen bei der :app_name, :name',
'greeting' => 'Hallo :name,',
'body' => 'Danke fuer deine Registrierung bei Fotospiel. Dein Konto ist bereit.',
'body' => 'Danke fuer deine Registrierung bei der :app_name. Dein Konto ist bereit.',
'username' => 'Benutzername: :username',
'email' => 'E-Mail: :email',
'verification' => 'Bitte bestaetige deine E-Mail-Adresse, um alle Funktionen freizuschalten.',

View File

@@ -2,9 +2,9 @@
return [
'welcome' => [
'subject' => 'Welcome to Fotospiel, :name',
'subject' => 'Welcome to :app_name, :name',
'greeting' => 'Hi :name,',
'body' => 'Thanks for registering with Fotospiel. Your account is ready.',
'body' => 'Thanks for registering with :app_name. Your account is ready.',
'username' => 'Username: :username',
'email' => 'Email: :email',
'verification' => 'Please confirm your email to unlock all features.',