@@ -21,28 +21,28 @@
                         <span class="icon icon-download2 cursor-pointer" data-trigger="anywhere-upload-input"></span>
                         <div class="heading device-mobile--hide"><a data-trigger="anywhere-upload-input"><?php _se('Drag and drop or paste images here to upload'); ?></a></div>
                         <div class="heading device-nonmobile--hide"><a data-trigger="anywhere-upload-input"><?php _se('Select the images to upload'); ?></a></div>
-                        <div class="device-mobile--hide upload-box-status-text"><?php _se('You can also %i or %u.', [
+                        <div class="device-mobile--hide upload-box-status-text"><?php _se('You can also %i.', [
                             '%i' => '<a data-trigger="anywhere-upload-input">' . _s('browse from your computer') . '</a>',
-                            '%u' => '<a data-modal="form" data-target="anywhere-upload-paste-url">' . _s('add image URLs') . '</a>',
+                          
                         ]); ?></div>
-                        <div class="device-nonmobile--hide upload-box-status-text"><?php _se('You can also %i, %c or %u.', [
+                        <div class="device-nonmobile--hide upload-box-status-text"><?php _se('You can also %i, %c.', [
                             '%i' => '<a data-trigger="anywhere-upload-input">' . _s('browse from your device') . '</a>',
                             '%c' => '<a data-trigger="anywhere-upload-input-camera">' . _s('take a picture') . '</a>',
-                            '%u' => '<a data-modal="form" data-target="anywhere-upload-paste-url">' . _s('add image URLs') . '</a>',
+                          
                         ]); ?></div>
                     </div>
                     <div data-group="upload-queue-ready" class="soft-hidden">
                         <span class="icon icon-images" data-trigger="anywhere-upload-input"></span>
                         <div class="heading device-mobile--hide"><?php _se('Edit or resize any image by clicking the image preview'); ?></div>
                         <div class="heading device-nonmobile--hide"><?php _se('Edit any image by touching the image preview'); ?></div>
-                        <div class="device-mobile--hide upload-box-status-text"><?php _se('You can add more images from %i or %u.', [
+                        <div class="device-mobile--hide upload-box-status-text"><?php _se('You can add more images from %i.', [
                             '%i' => '<a data-trigger="anywhere-upload-input">' . _s('your computer') . '</a>',
-                            '%u' => '<a data-modal="form" data-target="anywhere-upload-paste-url">' . _s('add image URLs') . '</a>',
+                          
                         ]); ?></div>
-                        <div class="device-nonmobile--hide upload-box-status-text"><?php _se('You can add more images from %i, %c or %u.', [
+                        <div class="device-nonmobile--hide upload-box-status-text"><?php _se('You can add more images from %i, %c.', [
                             '%i' => '<a data-trigger="anywhere-upload-input">' . _s('your device') . '</a>',
                             '%c' => '<a data-trigger="anywhere-upload-input-camera">' . _s('take a picture') . '</a>',
-                            '%u' => '<a data-modal="form" data-target="anywhere-upload-paste-url">' . _s('add image URLs') . '</a>',
+                          
                         ]); ?></div>
                     </div>
                     <div data-group="uploading" class="soft-hidden">
@@ -330,12 +330,7 @@
                 </div>
             </div>
         </div>
-        <div id="anywhere-upload-paste-url" data-submit-fn="CHV.fn.uploader.pasteURL">
-            <span class="modal-box-title"><?php _se('Add image URLs'); ?></span>
-            <div class="modal-form">
-                <textarea class="resize-vertical" placeholder="<?php _se('Add the image URLs here'); ?>" name="urls"></textarea>
-            </div>
-        </div>
+      
     </div>
     <?php