فهرست منبع

Simpler caption for Robodog demo (#1473)

* Initial untested implementation.

* Making this simpler for now to not waste much time on it as dynamic variables in codeblocks is difficult.

* Add back newline.
Tim Koschuetzki 6 سال پیش
والد
کامیت
5463178f88
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      website/src/examples/transloadit/index.ejs

+ 2 - 2
website/src/examples/transloadit/index.ejs

@@ -13,7 +13,7 @@ This example demonstrates how to unlock Transloadit’s features within Uppy.
 {% endblockquote %}
 
 <p>
-  In this particular example we take your images (from Instagram), resize them to 250px and add the copyright caption text: <code>© 2018 Transloadit.com</code> at the bottom right corner.
+  In this particular example we take your images (from Instagram), resize them to 250px and add the copyright caption text: <code>© Transloadit.com</code> at the bottom right corner.
 </p>
 
 <p>
@@ -111,7 +111,7 @@ uppy
           resize_strategy: 'fit',
           text: [
             {
-              text: '© 2018 Transloadit.com',
+              text: '© Transloadit.com',
               size: 12,
               font: 'Ubuntu',
               color: '#eeeeee',