Skip to content

Commit db1ebdc

Browse files
committed
Merge pull request #927 from simshaun/patch-1
Change "Change Password" translation key to match translations
2 parents 4eee8ba + 4738a18 commit db1ebdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventListener/FlashListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class FlashListener implements EventSubscriberInterface
2121
{
2222
private static $successMessages = array(
23-
FOSUserEvents::CHANGE_PASSWORD_COMPLETED => 'change_password.flash.updated',
23+
FOSUserEvents::CHANGE_PASSWORD_COMPLETED => 'change_password.flash.success',
2424
FOSUserEvents::GROUP_CREATE_COMPLETED => 'group.flash.created',
2525
FOSUserEvents::GROUP_DELETE_COMPLETED => 'group.flash.deleted',
2626
FOSUserEvents::GROUP_EDIT_COMPLETED => 'group.flash.updated',

0 commit comments

Comments
 (0)