workaround i8n not working on live bamboo, only dev bamboo

This commit is contained in:
carolynvs 2015-10-12 23:07:52 -05:00
parent 9a9c8e5521
commit 38c946cf07

View file

@ -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]