Skip to content

Commit 315f837

Browse files
authored
Merge pull request #2599 from ousamabenyounes/master
[Insight] Text files should end with a newline character
2 parents d325bb6 + 7ba2e8e commit 315f837

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Resources/doc/controller_events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ before ``FOS\UserBundle\EventListener\EmailConfirmationListener::onRegistrationS
101101
}
102102

103103
If you don't do it, ``EmailConfirmationListener`` will be called earlier and you will be redirected to
104-
``fos_user_registration_check_email`` route.
104+
``fos_user_registration_check_email`` route.

Resources/translations/validators.fa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ fos_user:
2525
long: 'نام گروه وارد شده بلندتر از حد مجاز است'
2626
fos_group:
2727
name:
28-
already_used: 'نام وارد شده قبلا ثبت شده است.'
28+
already_used: 'نام وارد شده قبلا ثبت شده است.'

0 commit comments

Comments
 (0)