fix(frontend): variable reference error

This commit is contained in:
Abhinav Raut
2025-06-08 15:41:24 +05:30
parent 582c906440
commit e7b8e5c4bb
@@ -27,7 +27,7 @@
<AlertDialogHeader>
<AlertDialogTitle>{{ $t('globals.messages.areYouAbsolutelySure') }}</AlertDialogTitle>
<AlertDialogDescription>
{{ $t('globals.messages.deletionConfirmation', { name: t('globals.terms.inbox').toLowerCase() }) }}
{{ $t('globals.messages.deletionConfirmation', { name: $t('globals.terms.inbox').toLowerCase() }) }}
</AlertDialogDescription>
</AlertDialogHeader>
<AlertDialogFooter>