Polish translation update

This commit is contained in:
pswid
2023-03-07 12:37:30 +01:00
parent 8d437c31ce
commit 53a0a41a02
5 changed files with 49 additions and 49 deletions

View File

@@ -133,7 +133,7 @@ const GeneralFileUpload: FC<UploadFileProps> = ({ uploadGeneralFile }) => {
</Typography>
</Box>
<Button startIcon={<DownloadIcon />} variant="outlined" color="primary" onClick={() => downloadSchedule()}>
{LL.SCHEDULE()}
{LL.SCHEDULE(0)}
</Button>
</>
)}