frontend: updating notification message

This commit is contained in:
Mose Müller
2023-08-07 16:17:33 +02:00
parent 6e8fa23a44
commit 3972b52f32
6 changed files with 9 additions and 9 deletions

View File

@ -161,7 +161,7 @@ const App = () => {
const newNotification = {
id: Math.random(),
time: timeString,
text: `Attribute ${parent_path}.${name} updated to ${notificationMsg}.`
text: `${parent_path}.${name} changed to ${notificationMsg}.`
};
// Adding the new notification to the list