- Your device is verified.
+ {t('Settings.verification_device_verified')}
);
@@ -217,11 +226,12 @@ type VerificationCanceledProps = {
onClose: () => void;
};
function VerificationCanceled({ onClose }: VerificationCanceledProps) {
+ const { t } = useTranslation();
return (