Fixed typo
Changed confusing error message to slightly less confusing error message
This commit is contained in:
parent
9d318b201c
commit
420e7a0913
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue