fixed localization

This commit is contained in:
coolcoala
2025-07-10 20:48:51 +03:00
parent dd3950e46d
commit 48a5ff6948
3 changed files with 13 additions and 3 deletions

View File

@@ -436,7 +436,7 @@ export const ProfileItem = (props: Props) => {
open={confirmOpen}
onOpenChange={setConfirmOpen}
onConfirm={onDelete}
title={t(`Delete Profile ${name}?`)}
title={t('Delete Profile', { name })}
description={t("This action cannot be undone.")}
/>
</div>