aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/gn_editor.html
diff options
context:
space:
mode:
authorAlexander_Kabui2024-09-17 14:50:32 +0300
committerAlexander_Kabui2024-09-17 14:50:32 +0300
commitecad301ec9a8316cc28c7639cd3773e3c20fd6d6 (patch)
tree2732e792b9e2e4d65c24fa25a3bd6e80bbf9c8e9 /gn2/wqflask/templates/gn_editor.html
parent02b2ac384953f2d69479a1ea53a071043394b590 (diff)
downloadgenenetwork2-ecad301ec9a8316cc28c7639cd3773e3c20fd6d6.tar.gz
Refactor: Fix word for editor UI e.g commit to Save.
Diffstat (limited to 'gn2/wqflask/templates/gn_editor.html')
-rw-r--r--gn2/wqflask/templates/gn_editor.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/gn_editor.html b/gn2/wqflask/templates/gn_editor.html
index d89aaf0a..6f4685ac 100644
--- a/gn2/wqflask/templates/gn_editor.html
+++ b/gn2/wqflask/templates/gn_editor.html
@@ -29,10 +29,10 @@
hx-get="/editor/commit"
hx-target="#output"
hx-trigger="click"
- hx-swap="innerHTML">Commit</a>
+ hx-swap="innerHTML">Save</a>
</li>
<li>
- <a hx-trigger="click" id="diffBtn" hx-swap="innerHTML">Diff</a>
+ <a hx-trigger="click" id="diffBtn" hx-swap="innerHTML">Show Diff</a>
</li>
<li>
<a href="#"