aboutsummaryrefslogtreecommitdiff
path: root/internal/admin/static/techeditor.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/techeditor.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/techeditor.js')
-rw-r--r--internal/admin/static/techeditor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/admin/static/techeditor.js b/internal/admin/static/techeditor.js
index 8e18a7a..c9d7c24 100644
--- a/internal/admin/static/techeditor.js
+++ b/internal/admin/static/techeditor.js
@@ -90,7 +90,7 @@ function renderTechEditor(id, data) {
html += '<div class="btn-row">';
html += '<button class="btn btn-primary" onclick="saveTech()">Save</button>';
html += '<button class="btn" onclick="duplicateTech()">Duplicate</button>';
- html += '<button class="btn btn-danger" onclick="deleteTech()">Delete</button>';
+ html += '<button class="btn btn-danger" onclick="deleteTech()">Remove</button>';
html += '<button class="btn btn-sm" style="margin-left:auto" onclick="createNewDir()">New Directory</button>';
html += '</div>';