diff --git a/ipi-survey-platform/src/components/dashboard/SubmissionHistory.jsx b/ipi-survey-platform/src/components/dashboard/SubmissionHistory.jsx
index 006cf52..d55f30c 100644
--- a/ipi-survey-platform/src/components/dashboard/SubmissionHistory.jsx
+++ b/ipi-survey-platform/src/components/dashboard/SubmissionHistory.jsx
@@ -320,7 +320,7 @@ const handleDeleteDraft = async (e, submission) => {
handleEdit(item);
}}
className="p-1 focus:outline-none"
- title="Edit Draft"
+ title="Edit"
>
{
onMouseEnter={() => setHoveredDelete(item.id)}
onMouseLeave={() => setHoveredDelete(null)}
className="p-1 focus:outline-none"
- title="Delete Draft"
+ title="Delete"
>
{
>
diff --git a/ipi-survey-platform/src/pages/Overview/Overview.jsx b/ipi-survey-platform/src/pages/Overview/Overview.jsx
index 85f05d9..79a4a70 100644
--- a/ipi-survey-platform/src/pages/Overview/Overview.jsx
+++ b/ipi-survey-platform/src/pages/Overview/Overview.jsx
@@ -192,6 +192,8 @@ const showToast = (message, type = 'success') => {
}
}}
className="focus:outline-none"
+ title="Edit"
+
>
{