We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefe695 commit 706ce20Copy full SHA for 706ce20
src/Controller/Traits/PasswordManagementTrait.php
@@ -120,7 +120,7 @@ public function changePassword($id = null)
120
}
121
122
} catch (UserNotFoundException $exception) {
123
- $this->Flash->error(__d('cake_d_c/users', 'User was not found 1'));
+ $this->Flash->error(__d('cake_d_c/users', 'User was not found'));
124
} catch (WrongPasswordException $wpe) {
125
$this->Flash->error($wpe->getMessage());
126
} catch (Exception $exception) {
0 commit comments