fixes translation

This commit is contained in:
Anthony Veaudry
2025-08-19 11:12:01 +03:00
committed by Anthony Veaudry
parent 736348ebe8
commit 9e15fd7d2e

View File

@@ -421,7 +421,7 @@ export function FileUploadSection({ reverseShare, password, alias, onUploadSucce
);
}}
disabled={isUploading}
title={t("reverseShares.upload.retry")}
title={t("reverseShares.upload.errors.retry")}
>
<IconUpload className="h-4 w-4" />
</Button>