Просмотр исходного кода

fix note in transloadit example

Artur Paikin 6 лет назад
Родитель
Сommit
c5cbc671f7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      website/src/examples/transloadit/app.es6

+ 1 - 1
website/src/examples/transloadit/app.es6

@@ -55,7 +55,7 @@ function initUppy () {
       inline: true,
       maxHeight: 400,
       target: '#uppy-dashboard-container',
-      note: 'Images and video only, 1–2 files, up to 1 MB'
+      note: 'Images only, 1–2 files, up to 1 MB'
     })
     .use(Instagram, { target: Dashboard, host: 'https://api2.transloadit.com/uppy-server' })
     .use(Webcam, { target: Dashboard })