Skip to content

Commit

Permalink
Fixes minor typo in message, fixes #292 (#293)
Browse files Browse the repository at this point in the history
Co-authored-by: Erwin Nindl <erwin@nindl.net>
  • Loading branch information
nine and nine authored Jan 17, 2023
1 parent 2fd8039 commit 3a32bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/AliasController.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ public function deleteAction()
$this->getD2EM()->flush();
$this->notify( 'alias', 'delete', 'postFlush', $this );

$this->addMessage( 'Alias has bean removed successfully', OSS_Message::SUCCESS );
$this->addMessage( 'Alias has been removed successfully', OSS_Message::SUCCESS );
}
$this->redirect( 'alias/list' );
}
Expand Down

0 comments on commit 3a32bc2

Please sign in to comment.