Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaVR committed Feb 5, 2019
1 parent 3c8d713 commit 151ab8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/departments/DepartmentsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class DepartmentsTable extends React.Component<IDepartmentsTableProps> {
</Tooltip>
<Tooltip title="Verwijderen">
<Popconfirm
title="Weet u zeker dat u deze opleiding wilt verwijderen?"
title="Weet u zeker dat u deze afdeling wilt verwijderen?"
onConfirm={deleteFunc}
>
<Button
Expand All @@ -107,7 +107,7 @@ class DepartmentsTable extends React.Component<IDepartmentsTableProps> {
<Row type="flex" justify="space-between" align="middle">
<Col>
<Button icon="plus" type="primary" onClick={this.props.onAddDepartmentRequest}>
Nieuwe opleiding
Nieuwe afdeling
</Button>
</Col>
</Row>
Expand Down

0 comments on commit 151ab8d

Please sign in to comment.