Skip to content

Commit

Permalink
fix localisation
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Nov 30, 2023
1 parent 310bd6a commit 48d3fcf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ THE SOFTWARE.
<l:app-bar title="${%Advanced settings}"/>

<div class="alert alert-info">
<strong>${%The Proxy configuration form has been moved to} <a href="${rootURL}/manage/configure">Configure System page</a></strong>
<strong>${%proxyMovedBlurb(rootURL+"/manage/configure")}</strong>
</div>

<div class="jenkins-form">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@
deploytext=\
You can select a plugin file from your local system or provide a URL to install \
a plugin from outside the configured update site(s).

proxyMovedBlurb=The Proxy configuration form has been moved to <a href="{0}">Configure System page</a>
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ Server=Serveur
User\ name=Nom d''utilisateur
No\ Proxy\ Host=Pas de proxy pour
Password=Mot de passe
proxyMovedBlurb=La configuration du Proxy a été déplacé ici <a href="{0}">Page du configuration du System</a>

0 comments on commit 48d3fcf

Please sign in to comment.