Move warning sentence into properties file (#877)

This commit is contained in:
Zhao Xiaojie 2019-05-09 18:02:31 +08:00 committed by Tim Jacomb
parent b15e99f95d
commit 290704ebf1
2 changed files with 4 additions and 2 deletions

View File

@ -48,8 +48,7 @@
</f:form>
<div class="alert alert-warning clear-action-forms">
<img src="${rootURL}/images/16x16/warning.png"/>
Export is not intended to offer a directly usable jenkins.yaml configuration. It can be used for inspiration
writing your own, be aware export can be partial, or fail for some components.
${%exportWarning}
</div>
<h2>${%Reference}</h2>

View File

@ -0,0 +1,3 @@
exportWarning=Export is not intended to offer a directly usable jenkins.yaml configuration. \
It can be used for inspiration writing your own, be aware export can be partial, \
or fail for some components.