{data.timetickets.length > 0 ? (
diff --git a/client/src/pages/shift-clock/shift-clock.page.jsx b/client/src/pages/shift-clock/shift-clock.page.jsx
index 15209ce06..d026da567 100644
--- a/client/src/pages/shift-clock/shift-clock.page.jsx
+++ b/client/src/pages/shift-clock/shift-clock.page.jsx
@@ -5,9 +5,7 @@ import TimeTicketShift from "../../components/time-ticket-shift/time-ticket-shif
export default function ShiftClock() {
return (
-
-
-
+
);
}
diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json
index 5a308a29e..0d663e616 100644
--- a/client/src/translations/en_us/common.json
+++ b/client/src/translations/en_us/common.json
@@ -1691,7 +1691,9 @@
"clockingin": "Error while clocking in. {{message}}",
"clockingout": "Error while clocking out. {{message}}",
"creating": "Error creating time ticket. {{message}}",
- "deleting": "Error deleting time ticket. {{message}}"
+ "deleting": "Error deleting time ticket. {{message}}",
+ "noemployeeforuser": "Unable to use Shift Clock",
+ "noemployeeforuser_sub": "An employee record has not been created for this user. Please create one before using the shift clock. "
},
"fields": {
"actualhrs": "Actual Hours",
diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json
index 4a9bfdf49..f98d2a6a8 100644
--- a/client/src/translations/es/common.json
+++ b/client/src/translations/es/common.json
@@ -1691,7 +1691,9 @@
"clockingin": "",
"clockingout": "",
"creating": "",
- "deleting": ""
+ "deleting": "",
+ "noemployeeforuser": "",
+ "noemployeeforuser_sub": ""
},
"fields": {
"actualhrs": "",
diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json
index 26b251e04..62a05a54b 100644
--- a/client/src/translations/fr/common.json
+++ b/client/src/translations/fr/common.json
@@ -1691,7 +1691,9 @@
"clockingin": "",
"clockingout": "",
"creating": "",
- "deleting": ""
+ "deleting": "",
+ "noemployeeforuser": "",
+ "noemployeeforuser_sub": ""
},
"fields": {
"actualhrs": "",