From 7bc0cbc67240a314653c2cffb5ee60bbd5311539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Mon, 15 Jun 2015 16:29:01 +0200 Subject: [PATCH] FEATURE: add support for up to 10 uploads in the composer --- .../javascripts/discourse/templates/modal/upload_selector.hbs | 2 +- config/locales/client.en.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/modal/upload_selector.hbs b/app/assets/javascripts/discourse/templates/modal/upload_selector.hbs index 9957e2ffc..394153f71 100644 --- a/app/assets/javascripts/discourse/templates/modal/upload_selector.hbs +++ b/app/assets/javascripts/discourse/templates/modal/upload_selector.hbs @@ -5,7 +5,7 @@ {{#if local}}
-
+
{{unbound view.tip}}
{{/if}} diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index a39e8800b..501c5e589 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -848,8 +848,8 @@ en: from_the_web: "From the web" remote_tip: "link to image" remote_tip_with_attachments: "link to image or file ({{authorized_extensions}})" - local_tip: "click to select an image from your device" - local_tip_with_attachments: "click to select an image or file from your device ({{authorized_extensions}})" + local_tip: "click to select up to 10 images from your device" + local_tip_with_attachments: "click to select up to 10 images or files from your device ({{authorized_extensions}})" hint: "(you can also drag & drop into the editor to upload them)" hint_for_supported_browsers: "(you can also drag and drop or paste images into the editor to upload them)" uploading: "Uploading"