Merge branch 'next' of github.com:kyantech/Palmr into next

This commit is contained in:
Daniel Luiz Alves
2025-08-21 11:32:00 -03:00

View File

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