Skip to content

Commit

Permalink
Merge pull request #194 from manu-d/staff
Browse files Browse the repository at this point in the history
Fix locales
  • Loading branch information
ouranos authored Jan 12, 2018
2 parents b23a3ab + e633841 commit 31e5c60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/locales/en-AU.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,9 @@
"mnoe_admin_panel.dashboard.staffs.add_staff.modal.placeholder.surname": "Last name",
"mnoe_admin_panel.dashboard.staffs.add_staff.modal.placeholder.email": "Email",
"mnoe_admin_panel.dashboard.staffs.add_staff.modal.placeholder.role": "- Role -",
"mnoe_admin_panel.dashboard.staffs.add_staff.modal.toastr_success": "{{staff_name}} has been successfully added.",
"mnoe_admin_panel.dashboard.staffs.add_staff.modal.toastr_error_email": "An error occurred while sending an email to {{staff_name}}.",
"mnoe_admin_panel.dashboard.staffs.add_staff.modal.toastr_error": "An error occurred while adding {{staff_name}}.",
"mnoe_admin_panel.dashboard.staffs.add_staff.modal.toastr_success": "{staff_name} has been successfully added.",
"mnoe_admin_panel.dashboard.staffs.add_staff.modal.toastr_error_email": "An error occurred while sending an email to {staff_name}.",
"mnoe_admin_panel.dashboard.staffs.add_staff.modal.toastr_error": "An error occurred while adding {staff_name}.",
"mnoe_admin_panel.dashboard.staffs.widget.list.title": "All Staff",
"mnoe_admin_panel.dashboard.staffs.widget.list.table.first_name": "First name",
"mnoe_admin_panel.dashboard.staffs.widget.list.table.last_name": "Last name",
Expand All @@ -324,10 +324,10 @@
"mnoe_admin_panel.dashboard.staffs.widget.list.placeholder.search_email": "Search for email",
"mnoe_admin_panel.dashboard.staffs.widget.list.loading_staff": "Loading ... ",
"mnoe_admin_panel.dashboard.staffs.widget.list.toastr_error": "An error occurred while saving the user.",
"mnoe_admin_panel.dashboard.staffs.widget.list.toastr_success": "{{staff_name}} has been successfully removed.",
"mnoe_admin_panel.dashboard.staffs.widget.list.toastr_success": "{staff_name} has been successfully removed.",
"mnoe_admin_panel.dashboard.staffs.modal.remove_staff.cancel": "Cancel",
"mnoe_admin_panel.dashboard.staffs.modal.remove_staff.delete": "Delete Staff Member",
"mnoe_admin_panel.dashboard.staffs.modal.remove_staff.proceed": "Delete {{staff_name}}?",
"mnoe_admin_panel.dashboard.staffs.modal.remove_staff.proceed": "Delete {staff_name}?",
"mnoe_admin_panel.dashboard.staffs.modal.remove_staff.perform": "Are you sure you want to delete this staff member?",
"mnoe_admin_panel.dashboard.staffs.modal.remove_staff.toastr_error": "An error occured while deleting the user.",
"mnoe_admin_panel.dashboard.staff.title": "Staff",
Expand Down

0 comments on commit 31e5c60

Please sign in to comment.