language strings refactoring

This commit is contained in:
Čarodej
2022-03-19 10:14:11 +01:00
parent 7564c01fa3
commit 98d9f3ab0d
73 changed files with 617 additions and 655 deletions

View File

@@ -45,9 +45,9 @@ class ResetPassword extends Notification
return (new MailMessage)
->subject(__t('reset_password_subject') . $app_name)
->greeting(__t('reset_password_greeting'))
->greeting(__t('hello'))
->line(__t('reset_password_line_1'))
->action(__t('reset_password_action'), $reset_url)
->action(__t('reset_password'), $reset_url)
->line(__t('reset_password_line_2'))
->salutation(__t('salutation') . ', ' . $app_name);
}