Save rather than publish

merge-requests/25/head
Bob Mottram 2022-06-05 20:04:15 +01:00
parent 4f7c9fdb8c
commit 695e98a6ba
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ def html_theme_designer(css_cache: {}, base_dir: str,
translate['Reset'] + '</button>\n' + \
' <button type="submit" class="button" ' + \
'name="submitThemeDesigner" accesskey="' + submit_key + '">' + \
translate['Publish'] + '</button>\n </center>\n'
translate['Save'] + '</button>\n </center>\n'
contrast_warning = ''
if theme_json.get('main-bg-color'):