We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f263d67 + 002220e commit ff2c25cCopy full SHA for ff2c25c
lang/en/moodleoverflow.php
@@ -59,6 +59,7 @@
59
60
// Strings for the view.php.
61
$string['noviewdiscussionspermission'] = 'You do not have the permission to view discussions in this forum';
62
+$string['lastpost'] = 'Last post';
63
64
// Strings for the locallib.php.
65
$string['addanewdiscussion'] = 'Add a new discussion topic';
templates/discussions.mustache
@@ -127,7 +127,7 @@
127
</a>
128
{{/userlink}}
129
<div class="d-flex flex-wrap align-items-center">
130
- <span class="text-muted">Last post:</span>
+ <span class="text-muted">{{#str}}lastpost, mod_moodleoverflow{{/str}}:</span>
131
<div>
132
<a href="{{{lastpostlink}}}" class="user-info d-flex px-2 py-1 align-items-center">
133
{{# lastpostuserpicture }}
0 commit comments