diff --git a/src/views/Things/ThingsView.jsx b/src/views/Things/ThingsView.jsx index 17e170a..35dea3c 100644 --- a/src/views/Things/ThingsView.jsx +++ b/src/views/Things/ThingsView.jsx @@ -201,7 +201,7 @@ const ThingsView = () => { } showNotification({ type: 'success', - title: 'Thing Saved', + title: 'Saved', message: 'Thing saved successfully', }) }) @@ -291,7 +291,7 @@ const ThingsView = () => { setThings(currentThings) showNotification({ type: 'success', - title: 'Thing Updated', + title: 'Updated', message: 'Thing state updated successfully', }) })