Skip to content

Commit

Permalink
replace german text
Browse files Browse the repository at this point in the history
  • Loading branch information
mollpo committed Sep 2, 2024
1 parent 6575faf commit 81e77dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/files/FileUpload.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const Single: Story = {
})
onSuccess()
} catch {
onError('Datei konnte nicht hochgeladen werden')
onError('File could not be uploaded')
}

await mutateRemoteFiles()
Expand Down Expand Up @@ -199,7 +199,7 @@ export const Multiple: Story = {
})
onSuccess(file)
} catch {
onError(file, 'Datei konnte nicht hochgeladen werden')
onError(file, 'File could not be uploaded')
}
}),
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const WithDeleteDialog: Story = {
})
onSuccess()
} catch {
onError('Datei konnte nicht hochgeladen werden')
onError('File upload failed')
}

await mutateRemoteFiles()
Expand Down

0 comments on commit 81e77dd

Please sign in to comment.