Fix broken translation string location in Scheduled Cancel

This commit is contained in:
blhook
2023-02-18 13:51:53 -08:00
parent 6101d67dba
commit 2ac4778bcf
4 changed files with 3 additions and 641 deletions

View File

@@ -109,7 +109,7 @@ export default function CancelButton(
tooltip={
isCancelScheduled
? t('parameters.cancel.isScheduled')
: t('parameters:cancel.schedule')
: t('parameters.cancel.schedule')
}
aria-label={
isCancelScheduled