rollback PL translations for User type

This commit is contained in:
proddy
2024-04-26 20:39:37 +02:00
parent 444bd67f07
commit 7973c3d4a8
12 changed files with 369 additions and 196 deletions

View File

@@ -55,7 +55,6 @@ const SingleUpload: FC<SingleUploadProps> = ({
const { LL } = useI18nContext();
const progressText = () => {
console.log(progress);
if (uploading) {
return (
LL.UPLOADING() +