# Change deploy button label in "default" mode

**URL:** https://discourse.nodered.org/t/change-deploy-button-label-in-default-mode/18921
**Category:** General
**Created:** [8 December 2019 17:23 UTC](https://discourse.nodered.org/t/change-deploy-button-label-in-default-mode/18921 "2019-12-08T17:23:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![amodelbello](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/amodelbello/32/14668_2.png) [@amodelbello](https://discourse.nodered.org/u/amodelbello)
#### Post date: [8 December 2019 17:23 UTC](https://discourse.nodered.org/t/change-deploy-button-label-in-default-mode/18921/1 "2019-12-08T17:23:08Z")

</div>

I'm trying to change the deploy button text from the default "Deploy" to something different but when I edit the the

```auto
editorTheme.deployButton.label

```

field in the settings file, the change only takes effect if I also have "simple" set as the type. I'd really like to be able to keep the complex button behavior and edit the button's label as well. Is restricting configuration of the button's label to the "simple" type intentional?
