2
0

diverse Übersetzungen

This commit is contained in:
2024-09-12 13:58:06 +02:00
parent 0a4ff7d22b
commit 589b776acb
27 changed files with 79 additions and 75 deletions

View File

@ -37,7 +37,7 @@ export const LiteBadge = () => {
style={{ bottom: '20px' }}
id="lite-badge"
>
Made with <span className="text-blue-500">Typebot</span>.
Made with <span className="text-blue-500">BLS bot</span>.
</a>
)
}

View File

@ -68,7 +68,7 @@ export const FileUploadForm = ({
setIsUploading(false)
if (urls.length)
return onSubmit({ label: `File uploaded`, value: urls[0] ?? '' })
setErrorMessage('An error occured while uploading the file')
setErrorMessage('Upsi.. deine Datei wurde nicht hochgeladen 😵‍💫')
}
const startFilesUpload = async (files: File[]) => {
if (isPreview)
@ -90,7 +90,7 @@ export const FileUploadForm = ({
setIsUploading(false)
setUploadProgressPercent(0)
if (urls.length !== files.length)
return setErrorMessage('An error occured while uploading the files')
return setErrorMessage('Upsi.. deine Dateien wurde nicht hochgeladen 😵‍💫')
onSubmit({
label: `${urls.length} file${urls.length > 1 ? 's' : ''} uploaded`,
value: urls.join(', '),