diff --git a/src/IDF/templates/idf/issues/summary.html b/src/IDF/templates/idf/issues/summary.html index 7a7ccb0..8733158 100644 --- a/src/IDF/templates/idf/issues/summary.html +++ b/src/IDF/templates/idf/issues/summary.html @@ -5,7 +5,7 @@ {block body} {if $trackerEmpty} {aurl 'create_url', 'IDF_Views_Issue::create', array($project.shortname)} -
{blocktrans}The issue tracker is empty.
You can create your first issue here.{/blocktrans}
{blocktrans}The issue tracker is empty.
Create your first issue.{/blocktrans}
{blocktrans}If you don't have an account yet, you can create one here.{/blocktrans}
+{blocktrans}You can create an account if you don't have one yet.{/blocktrans}
{trans 'It takes less than a minute to create your account.'}
{trans 'Featured Documentation'}
{foreach $pages as $page}
{$page.title}
{/foreach}
- {trans 'show more...'}
+ {trans 'show more...'}
{/if}
{assign $ko = 'owners'}
{assign $km = 'members'}
diff --git a/src/IDF/templates/idf/register/index.html b/src/IDF/templates/idf/register/index.html
index 38c30bf..8bf676a 100644
--- a/src/IDF/templates/idf/register/index.html
+++ b/src/IDF/templates/idf/register/index.html
@@ -49,7 +49,7 @@
{trans 'Be sure to provide a valid email address, as we are sending a validation link by email.'}
{aurl 'url', 'IDF_Views::passwordRecoveryAsk'} -{blocktrans}If you have just forgotten your login information, then there is no need to create a new account. Just go here to recover your login name and password.{/blocktrans}
+{blocktrans}If you have just forgotten your login information, then there is no need to create a new account. You can just recover your login name and password.{/blocktrans}
{trans 'Did you know?'}
{aurl 'url', 'IDF_Views::faq'}
{blocktrans}With your account, you will able to participate in the life of all the projects hosted here. Participating in a software project must be fun, so if you have troubles, you can let us know about your issues at anytime!{/blocktrans}