Skip to content

Commit

Permalink
Update registration.tpl bugfix for typo in link syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
se7enxweb authored Dec 26, 2023
1 parent 51a66db commit 3378ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions design/standard/templates/setup/init/registration.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<ul>
<li>Go on %share_link%share.se7enx.com%a%</li>
<li>Click on Register (top of the page) and create your profile</li>
<li>Here you can check out the %blogs_link%blog posts%a%, %articles_link%articles%a%, %forums_link%forums%...</li>
<li>Here you can check out the %blogs_link%blog posts%a%, %articles_link%articles%a%, %forums_link%forums%a% ...</li>
</ul></p>
<p>We’re looking forward to seeing what you share with the Community!</p>'|i18n('design/standard/setup/init',
null,
hash(
'%a%', '</a>',
'%share_link%', '<a href="https://share.se7enx.com/?utm_source=Setup%20Wizard&utm_medium=Setup%20Wizard&utm_campaign=Setup%20Wizard">',
'%blogs_link%', '<a href="https://share.se7enx.com/blogs/?utm_source=Setup%20Wizard&utm_medium=Setup%20Wizard&utm_campaign=Setup%20Wizard">',
'%aricles_link%', '<a href="https://share.se7enx.com/learn/?utm_source=Setup%20Wizard&utm_medium=Setup%20Wizard&utm_campaign=Setup%20Wizard">',
'%articles_link%', '<a href="https://share.se7enx.com/learn/?utm_source=Setup%20Wizard&utm_medium=Setup%20Wizard&utm_campaign=Setup%20Wizard">',
'%forums_link%', '<a href="https://share.se7enx.com/forums/?utm_source=Setup%20Wizard&utm_medium=Setup%20Wizard&utm_campaign=Setup%20Wizard">'
)
)}
Expand Down

0 comments on commit 3378ca6

Please sign in to comment.