fix(web): Translate confirmation modal header and action buttons (#21330)

fix(web): Translate confirmation modal
This commit is contained in:
Snowknight26 2025-08-27 22:00:50 -05:00 committed by GitHub
parent 227789225a
commit e78144ea31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,8 @@
close: $t('close'),
show_password: $t('show_password'),
hide_password: $t('hide_password'),
confirm: $t('confirm'),
cancel: $t('cancel'),
});
});