summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/html_editor_pop_ups.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/html_editor_pop_ups.html b/templates/html_editor_pop_ups.html
index dfdc66d..2d7129f 100644
--- a/templates/html_editor_pop_ups.html
+++ b/templates/html_editor_pop_ups.html
@@ -2,10 +2,10 @@
<div class="add-image-popup popup-overlay">
<div class="add-image-popup popup-content">
- <h2>Select Image</h2>
- <p id="image_popup_content"> Loading ...</p>
+ <h2>Select Image (or upload one)</h2>
<button onclick="new_image_popup()">Upload Image</button>
<button class="close" onclick="$('.add-image-popup').removeClass('active');">Close</button>
+ <p id="image_popup_content"> Loading ...</p>
</div>
</div>