Skip to content

Commit

Permalink
PR-117 Fix missing ADD_RECOMM_ADDRECOMMLINK2 translation
Browse files Browse the repository at this point in the history
Use CLICK_HERE in place of currently used missing one.

Related #117
  • Loading branch information
ivoba authored and Sieg committed Mar 21, 2018
1 parent cd08f3c commit cef4139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/theme_options.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,4 @@
'SHOP_THEME_blFullwidthLayout' => 'Activate full with layout',

'SHOP_THEME_blEmailsShowProductPictures' => 'Show product pictures in emails',
);
);
2 changes: 1 addition & 1 deletion tpl/form/recommendation_add.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
</ul>
</form>
[{else}]
[{oxmultilang ident="NO_LISTMANIA_LIST"}] <a href="[{oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=account_recommlist"}]">[{oxmultilang ident="ADD_RECOMM_ADDRECOMMLINK2"}]</a>.
[{oxmultilang ident="NO_LISTMANIA_LIST"}] <a href="[{oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=account_recommlist"}]">[{oxmultilang ident="CLICK_HERE"}]</a>
[{/if}]
[{/if}]

0 comments on commit cef4139

Please sign in to comment.