Corrected grammar pointed out by translators (#514)
The user 'UniqueActive' pointed these issues out on Crowdin. Thank you!
This commit is contained in:
committed by
Baptiste Gelez
parent
723d2c4600
commit
38701c8a40
@@ -13,7 +13,7 @@
|
||||
<div class="banner">
|
||||
<section class="stats">
|
||||
<div>
|
||||
<p>@Html(i18n!(ctx.1, "Home to <em>{0}</em> users"; n_users))</p>
|
||||
<p>@Html(i18n!(ctx.1, "Home to <em>{0}</em> people"; n_users))</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>@Html(i18n!(ctx.1, "Who wrote <em>{0}</em> articles"; n_articles))</p>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
}
|
||||
@i18n!(ctx.1, "Allow anyone to register here")
|
||||
|
||||
<label for="short_description">@i18n!(ctx.1, "Short description - byline")<small>@i18n!(ctx.1, "Markdown syntax is supported")</small></label>
|
||||
<label for="short_description">@i18n!(ctx.1, "Short description")<small>@i18n!(ctx.1, "Markdown syntax is supported")</small></label>
|
||||
<textarea id="short_description" name="short_description">@Html(form.short_description)</textarea>
|
||||
|
||||
<label for="long_description">@i18n!(ctx.1, "Long description")<small>@i18n!(ctx.1, "Markdown syntax is supported")</small></label>
|
||||
|
||||
Reference in New Issue
Block a user