Update readme and change delete label for employees

This commit is contained in:
Alan Cell
2020-11-13 02:43:40 +01:00
parent e5eccf32a7
commit 5f050282f0
2 changed files with 428 additions and 383 deletions

View File

@@ -426,7 +426,7 @@ class EmployeeAdapter extends ReactModalAdapterBase {
&& (
<Tag color="volcano" onClick={() => modJs.terminateEmployee(record.id)} style={{ cursor: 'pointer' }}>
<DeleteOutlined />
{` ${adapter.gt('Delete')}`}
{` ${adapter.gt('Deactivate')}`}
</Tag>
)}
{adapter.hasAccess('save')