diff --git a/src/app/employee/delete/delete.component.html b/src/app/employee/delete/delete.component.html index 3a3287d..0c99100 100644 --- a/src/app/employee/delete/delete.component.html +++ b/src/app/employee/delete/delete.component.html @@ -4,7 +4,7 @@
- warning + warning

Are you sure you want to delete {{employee.firstName}} {{employee.lastName}}? diff --git a/src/app/employee/table/table.component.html b/src/app/employee/table/table.component.html index a88e272..90e618e 100644 --- a/src/app/employee/table/table.component.html +++ b/src/app/employee/table/table.component.html @@ -61,7 +61,7 @@ } @else { - people_outline + people

No employees found

@@ -89,7 +89,7 @@
- error_outline + error

Error loading employees

Please try refreshing the page.

diff --git a/src/app/qualification/create/create.component.html b/src/app/qualification/create/create.component.html index e1a4511..aebf5d6 100644 --- a/src/app/qualification/create/create.component.html +++ b/src/app/qualification/create/create.component.html @@ -6,7 +6,7 @@ @if (apiErrorMessage) {
- error_outline + error {{ apiErrorMessage }}
diff --git a/src/app/qualification/delete/delete.component.html b/src/app/qualification/delete/delete.component.html index b768f05..16e8f63 100644 --- a/src/app/qualification/delete/delete.component.html +++ b/src/app/qualification/delete/delete.component.html @@ -3,23 +3,27 @@
@if (apiError) { -
+
- error_outline - {{ apiError }} + error +
+

There was an error deleting the qualification.

+

{{ apiError }}

+
}
- warning + warning

Are you sure you want to delete this qualification?

This action cannot be undone.

+
} @else { diff --git a/src/app/qualification/edit/edit.component.html b/src/app/qualification/edit/edit.component.html index ad63f13..a71696a 100644 --- a/src/app/qualification/edit/edit.component.html +++ b/src/app/qualification/edit/edit.component.html @@ -6,7 +6,7 @@ @if (apiErrorMessage) {
- error_outline + error {{ apiErrorMessage }}
diff --git a/src/app/qualification/table/table.component.html b/src/app/qualification/table/table.component.html index fac7b1a..20362f1 100644 --- a/src/app/qualification/table/table.component.html +++ b/src/app/qualification/table/table.component.html @@ -61,7 +61,7 @@ } @else { - school + school

No qualifications found

@@ -89,7 +89,7 @@
- error_outline + error

Error loading qualifications

Please try refreshing the page.