From 81e77ddb5151646bef9a7ff2ee77a46131db50a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matth=C3=A4us=20N=C3=B6ssing?= Date: Mon, 2 Sep 2024 08:11:03 +0200 Subject: [PATCH] replace german text --- src/components/files/FileUpload.stories.tsx | 4 ++-- .../files/FileUploadWithDeleteDialogAction.stories.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/files/FileUpload.stories.tsx b/src/components/files/FileUpload.stories.tsx index f71a671d..2740db45 100644 --- a/src/components/files/FileUpload.stories.tsx +++ b/src/components/files/FileUpload.stories.tsx @@ -97,7 +97,7 @@ export const Single: Story = { }) onSuccess() } catch { - onError('Datei konnte nicht hochgeladen werden') + onError('File could not be uploaded') } await mutateRemoteFiles() @@ -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') } }), ) diff --git a/src/components/files/FileUploadWithDeleteDialogAction.stories.tsx b/src/components/files/FileUploadWithDeleteDialogAction.stories.tsx index fbfe884b..65cbda9d 100644 --- a/src/components/files/FileUploadWithDeleteDialogAction.stories.tsx +++ b/src/components/files/FileUploadWithDeleteDialogAction.stories.tsx @@ -77,7 +77,7 @@ export const WithDeleteDialog: Story = { }) onSuccess() } catch { - onError('Datei konnte nicht hochgeladen werden') + onError('File upload failed') } await mutateRemoteFiles()