fix: translations
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
<a href="{{ course_link }}">{{ site_url }}{{ course_link }}</a>
|
||||
</p>
|
||||
<br>
|
||||
<p>Thanks and Regards,</p>
|
||||
<p>{{ _("Thanks and Regards") }},</p>
|
||||
<p>{{ app_name }}</p>
|
||||
</div>
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
<a href="{{ signup_form_link }}">{{ site_url }}{{ signup_form_link }}</a>
|
||||
</p>
|
||||
<br>
|
||||
<p>Thanks and Regards,</p>
|
||||
<p>{{ _("Thanks and Regards") }},</p>
|
||||
<p>{{site_name}}</p>
|
||||
</div>
|
||||
|
||||
@@ -8,6 +8,6 @@
|
||||
</div> -->
|
||||
|
||||
<p> {{ message }} </p>
|
||||
<p class="text-right">By {{author}}</p>
|
||||
<p class="text-right">{{ _("By") }} {{author}}</p>
|
||||
<div class="small text-muted text-right">{{ creation }}</div>
|
||||
<a href="courses/course?course={{course}}">Open Course</a>
|
||||
<a href="courses/course?course={{course}}">{{ _("Open Course") }}</a>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<div>
|
||||
<p>Dear {{ member_name }},</p>
|
||||
<p>{{ _("Dear") }} {{ member_name }},</p>
|
||||
<br>
|
||||
<p>You've applied to become a mentor for this course. Your request is currently under review.</p>
|
||||
<p>If you are not any more interested to mentor the course {{ course }}, you can <a href="{{ course_url }}">cancel your application</a>.</p>
|
||||
<p>{{ _("You've applied to become a mentor for this course. Your request is currently under review.") }}</p>
|
||||
<p>{{ _("If you are not any more interested to mentor the course") }} {{ course }}, {{ _("you can") }} <a href="{{ course_url }}">{{ _("cancel your application") }}</a>.</p>
|
||||
<br>
|
||||
<p>Thanks and Regards,</p>
|
||||
<p>Team School.</p>
|
||||
<p>{{ _("Thanks and Regards") }},</p>
|
||||
<p>{{ _("Team School") }}.</p>
|
||||
</div>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<div>
|
||||
<p>Dear {{ member_name }},</p>
|
||||
<p>{{ _("Dear") }} {{ member_name }},</p>
|
||||
<br>
|
||||
<p>Your request to join us as a mentor for the course {{ course }} has been {{ status }}.</p>
|
||||
<p>{{ _("Your request to join us as a mentor for the course") }} {{ course }} {{ _("has been") }} {{ status }}.</p>
|
||||
<br>
|
||||
<p>Thanks and Regards,</p>
|
||||
<p>Team School.</p>
|
||||
<p>{{ _("Thanks and Regards") }},</p>
|
||||
<p>{{ _("Team School") }}.</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user