Skip to content

Commit

Permalink
Merge pull request PrestaShop#8975 from eternoendless/fix-broken-link
Browse files Browse the repository at this point in the history
Fix broken "you must first create a new language" link in BO Translations
  • Loading branch information
Quetzacoalt91 authored Apr 23, 2018
2 parents ff169ad + e7290d4 commit 0229660
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
<p class="alert alert-info">
{l s='Copies data from one language to another.' d='Admin.International.Help'}<br />
{l s='Warning: This will replace all of the existing data inside the destination language.' d='Admin.International.Help'}<br />
{l s='If necessary [1][2] you must first create a new language[/1].' sprintf=['[1]' => "<a href=\"-{$url_create_language}-\" class=\"btn btn-link\">", '[/1]' => '</a>', '[2]' => '<i class="icon-external-link-sign"></i>'] d='Admin.International.Help'}
{l s='If necessary [1][2] you must first create a new language[/1].' sprintf=['[1]' => "<a href=\"{$url_create_language}\" class=\"btn btn-link\">", '[/1]' => '</a>', '[2]' => '<i class="icon-external-link-sign"></i>'] d='Admin.International.Help'}
</p>
<div class="form-group">
<label class="control-label col-lg-3 required" for="fromLang"> {l s='From' d='Admin.Global'}</label>
Expand Down

0 comments on commit 0229660

Please sign in to comment.