diverse Übersetzungen
This commit is contained in:
@ -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>
|
||||
)
|
||||
}
|
||||
|
@ -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(', '),
|
||||
|
Reference in New Issue
Block a user