mirror of
https://github.com/Fishwaldo/Bamboo-GitHub.git
synced 2025-03-15 18:31:21 +00:00
workaround i8n not working on live bamboo, only dev bamboo
This commit is contained in:
parent
9a9c8e5521
commit
38c946cf07
1 changed files with 3 additions and 3 deletions
|
@ -11,11 +11,11 @@
|
|||
|
||||
[@s.form action="saveGitAllTheThings" namespace="/admin" submitLabelKey="global.buttons.update" ]
|
||||
|
||||
[@ww.textfield labelKey="gitthings.admin.token" name="token" descriptionKey="gitthings.admin.token.description"/]
|
||||
[@ww.textfield label="Token" name="token" description="A personal API token on GitHub"/]
|
||||
|
||||
[@ww.textfield labelKey="gitthings.admin.secret" name="secret" descriptionKey="gitthings.admin.secret.description"/]
|
||||
[@ww.textfield label="WebHook Secret" name="secret" description="The webhook secret on GitHub. <a href='http://www.guidgen.com/' target='_blank'>Generate a secrete GUID</a>"/]
|
||||
|
||||
[@ww.textfield labelKey="gitthings.admin.botName" name="botName" descriptionKey="gitthings.admin.botName.description"/]
|
||||
[@ww.textfield label="Bot Name" name="botName" description="The display name for triggered builds"/]
|
||||
|
||||
[/@s.form]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue