Fixed typo

Changed confusing error message to slightly less confusing error message
This commit is contained in:
Joseph-S12 2021-08-08 20:34:51 +01:00 committed by GitHub
parent 9d318b201c
commit 420e7a0913
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -267,7 +267,7 @@ const Showplanner: React.FC<{ timeslotId: number }> = function({ timeslotId }) {
(args.props as any).trackid (args.props as any).trackid
); );
} else { } else {
alert("Sorry, editing tracks is only possible right now."); alert("Sorry, only editing tracks is possible right now");
} }
}} }}
> >