diff options
author | Alexander Kabui | 2024-09-17 15:43:40 +0300 |
---|---|---|
committer | GitHub | 2024-09-17 15:43:40 +0300 |
commit | d58288c315481c766bce203493bbcf3fb038b0e2 (patch) | |
tree | 0a6df879fd2bf7f8fb6959f8d58ef253f844f874 /gn2/wqflask/templates/gn_editor_commit.html | |
parent | 02b2ac384953f2d69479a1ea53a071043394b590 (diff) | |
parent | 5c71ead0411b834b51bf084c147543208390c310 (diff) | |
download | genenetwork2-d58288c315481c766bce203493bbcf3fb038b0e2.tar.gz |
Merge pull request #873 from genenetwork/chores/editor-ui-refactoring
Refactor: Gn editor code refactoring.
Diffstat (limited to 'gn2/wqflask/templates/gn_editor_commit.html')
-rw-r--r-- | gn2/wqflask/templates/gn_editor_commit.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gn2/wqflask/templates/gn_editor_commit.html b/gn2/wqflask/templates/gn_editor_commit.html index 2eb3e60c..6006f6d2 100644 --- a/gn2/wqflask/templates/gn_editor_commit.html +++ b/gn2/wqflask/templates/gn_editor_commit.html @@ -3,7 +3,7 @@ <div> <div> <h2> - <i>Commit your Changes</i> + <i>Save your Changes</i> </h2> </div> </div> @@ -11,7 +11,7 @@ <div> <div class="row"> <label class="col-sm-8" for="message"> - <i>*Commit Message*</i> + <i>*Describe edit*</i> </label> </div> <br> @@ -24,9 +24,9 @@ <br> <div class="row"> <button id="btn-commit" - class="btn btn-primary col-lg-3 col-lg-offset-1 col-sm-4 col-sm-offset-1">Commit</button> + class="btn btn-primary col-lg-3 col-lg-offset-1 col-sm-4 col-sm-offset-1">Save</button> <button id="btn-diff" - class="btn col-lg-3 col-lg-offset-1 col-sm-4 col-sm-offset-1">Show Diff</button> + class="btn col-lg-3 col-lg-offset-1 col-sm-4 col-sm-offset-1">Show Edit Diff</button> </div> <br> <div id="diff_page"></div> |