some UI refactors

This commit is contained in:
geoffrey45
2022-05-10 13:20:22 +03:00
parent b13dad4c34
commit 301f07bda5
14 changed files with 36 additions and 25 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ function create(e: Event) {
});
} else {
new Notification(
"A Playlist name can not be empty",
"Playlist name can't be empty",
NotifType.Error
);
}