Skip to content

Commit

Permalink
CORE-844: Adjust translations
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilinTv committed Oct 23, 2017
1 parent 616a499 commit f5d486c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
*/
class AddController extends AbstractController
{
const MESSAGE_CUSTOMER_CREATE_SUCCESS = 'Customer created successfully';
const MESSAGE_CUSTOMER_CREATE_ERROR = 'Customer was not created';
const MESSAGE_CUSTOMER_CREATE_SUCCESS = 'Customer was created successfully.';
const MESSAGE_CUSTOMER_CREATE_ERROR = 'Customer was not created.';

/**
* @param \Symfony\Component\HttpFoundation\Request $request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
*/
class EditController extends AbstractController
{
const MESSAGE_CUSTOMER_UPDATE_ERROR = 'Customer was not updated';
const MESSAGE_CUSTOMER_UPDATE_SUCCESS = 'Customer updated successfully';
const MESSAGE_CUSTOMER_UPDATE_ERROR = 'Customer was not updated.';
const MESSAGE_CUSTOMER_UPDATE_SUCCESS = 'Customer was updated successfully.';

/**
* @param \Symfony\Component\HttpFoundation\Request $request
Expand Down

0 comments on commit f5d486c

Please sign in to comment.