diff --git a/employee/templates/employee_personal_info/employee_empty_view.html b/employee/templates/employee_personal_info/employee_empty_view.html
index 2b4d39e9b..f862df4a7 100644
--- a/employee/templates/employee_personal_info/employee_empty_view.html
+++ b/employee/templates/employee_personal_info/employee_empty_view.html
@@ -1,14 +1,10 @@
{% load static %}{% load i18n %}
-

-
{% trans "No employee has been created yet." %}
+
{% trans "There are currently no employees to consider." %}
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/employee/templates/employee_personal_info/employee_list.html b/employee/templates/employee_personal_info/employee_list.html
index 923cede43..90bd9bb4f 100644
--- a/employee/templates/employee_personal_info/employee_list.html
+++ b/employee/templates/employee_personal_info/employee_list.html
@@ -11,11 +11,11 @@
- {% trans "Not-working" %}
+ {% trans "Offline" %}
- {% trans "Now-Working" %}
+ {% trans "Online" %}
{% if perms.employee.view_employee or request.user|is_reportingmanager %}