mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Fix broken translation string location in Scheduled Cancel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user