mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 22:24:11 +00:00
typo: incorrect title in delete confirmation
This commit is contained in:
committed by
Carlos Valente
parent
74e59dccdb
commit
99d2debca8
@@ -205,7 +205,7 @@ export default function ManageRundowns() {
|
|||||||
<Dialog
|
<Dialog
|
||||||
isOpen={isOpenDelete}
|
isOpen={isOpenDelete}
|
||||||
onClose={deleteHandlers.close}
|
onClose={deleteHandlers.close}
|
||||||
title='Load rundown'
|
title='Delete rundown'
|
||||||
showBackdrop
|
showBackdrop
|
||||||
showCloseButton
|
showCloseButton
|
||||||
bodyElements={
|
bodyElements={
|
||||||
|
|||||||
Reference in New Issue
Block a user