Update frontend/src/Activity/Queue/RemoveQueueItemModal.tsx

Co-authored-by: Stevie Robinson <stevie.robinson@gmail.com>
This commit is contained in:
Mark McDowall 2024-01-22 23:27:58 -05:00 committed by GitHub
parent c238e09319
commit b03cd3523a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ function RemoveQueueItemModal(props: RemoveQueueItemModalProps) {
value: translate('ChangeCategory'),
isDisabled: !canChangeCategory,
hint: multipleSelected
? translate('ChangeCategoryMulitpleHint')
? translate('ChangeCategoryMultipleHint')
: translate('ChangeCategoryHint'),
},
{