diff options
| author | rr- | 2016-09-10 09:50:58 +0200 |
|---|---|---|
| committer | rr- | 2016-09-10 09:50:58 +0200 |
| commit | b829f89f1be1b3a26cfcf43f250327d3e6bde4ae (patch) | |
| tree | c26edaed12b40936c27b6bfe42e866c540a89d24 /client | |
| parent | a905410b84a14240327c5e9fbdf2d1cc86f6d9da (diff) | |
client/posts: change 'submit'->'save' in edit form
Diffstat (limited to 'client')
| -rw-r--r-- | client/html/post_edit_sidebar.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/post_edit_sidebar.tpl b/client/html/post_edit_sidebar.tpl index 29d27de..d3321b5 100644 --- a/client/html/post_edit_sidebar.tpl +++ b/client/html/post_edit_sidebar.tpl @@ -93,6 +93,6 @@ <div class='messages'></div> - <input type='submit' value='Submit' class='submit'/> + <input type='submit' value='Save' class='submit'/> </form> </div> |