diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-11-08 17:55:17 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-11-08 17:55:17 -0800 |
commit | 494886a36855a04d0d62420304c5a5b584e7c74c (patch) | |
tree | f65bcaf60d025ff7cfb70b53330b8d7f50e15dbc | |
parent | c9ab1e332822bf11f77dd902e8ed15e2199ce419 (diff) |
adding UI copy to editor re: Reject button
-rw-r--r-- | management/editor/editor.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/management/editor/editor.go b/management/editor/editor.go index 650e018..58a6984 100644 --- a/management/editor/editor.go +++ b/management/editor/editor.go @@ -112,7 +112,7 @@ func Form(post Editable, fields ...Field) ([]byte, error) { <button class="right waves-effect waves-light btn blue approve-post" type="submit">Approve</button> <button class="right waves-effect waves-light btn grey darken-2 reject-post" type="submit">Reject</button> </div> - <label class="approve-details right-align col s12">This content is pending approval. By clicking 'Approve', it will be immediately published.</label> + <label class="approve-details right-align col s12">This content is pending approval. By clicking 'Approve', it will be immediately published. By clicking 'Reject', it will be deleted.</label> </div> <script> |