diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/shared/combomarkdowneditor.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/shared/combomarkdowneditor.tmpl b/templates/shared/combomarkdowneditor.tmpl index e7bace6962..0620cca65f 100644 --- a/templates/shared/combomarkdowneditor.tmpl +++ b/templates/shared/combomarkdowneditor.tmpl @@ -85,7 +85,7 @@ Template Attributes: <div class="text right actions"> <button class="ui cancel button" data-selector-name="cancel-button">{{ctx.Locale.Tr "cancel"}}</button> - <button class="ui blue button" data-selector-name="ok-button">{{ctx.Locale.Tr "ok"}}</button> + <button class="ui primary button" data-selector-name="ok-button">{{ctx.Locale.Tr "ok"}}</button> </div> </div> </div> |