aboutsummaryrefslogtreecommitdiff
path: root/internal/admin/static/dropeditor.js
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-10 19:14:07 -0400
committerhistoria <[not public]>2026-07-10 19:14:07 -0400
commitc5ca80b168ca247179db322d8e3ff14d6c9e16ad (patch)
treefe14737492b841dc752eb58531ab33551e55fe27 /internal/admin/static/dropeditor.js
parentb31958c6304a25279197c1a08b924b6b44798a99 (diff)
downloadthehouseoficarus-c5ca80b168ca247179db322d8e3ff14d6c9e16ad.tar.gz
feat(admin): style conditions green and actions orange, standardize remove button wording
Diffstat (limited to 'internal/admin/static/dropeditor.js')
-rw-r--r--internal/admin/static/dropeditor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/admin/static/dropeditor.js b/internal/admin/static/dropeditor.js
index a6537e9..566d696 100644
--- a/internal/admin/static/dropeditor.js
+++ b/internal/admin/static/dropeditor.js
@@ -76,7 +76,7 @@ function renderDropEditor(id, data) {
html += '<div class="btn-row">';
html += '<button class="btn btn-primary" onclick="saveDrop()">Save</button>';
html += '<button class="btn" onclick="duplicateDrop()">Duplicate</button>';
- html += '<button class="btn btn-danger" onclick="deleteDrop()">Delete</button>';
+ html += '<button class="btn btn-danger" onclick="deleteDrop()">Remove</button>';
html += '<button class="btn btn-sm" style="margin-left:auto" onclick="createNewDir()">New Directory</button>';
html += '</div>';