#79 Replaced usages of hard-coded strings

This commit is contained in:
Mark Nelson 2017-02-25 13:48:54 +08:00
parent 7a2e080ab8
commit 69e872209f
2 changed files with 4 additions and 3 deletions

View file

@ -25,6 +25,7 @@
$string['addcertpage'] = 'Add another certificate page'; $string['addcertpage'] = 'Add another certificate page';
$string['addelement'] = 'Add element'; $string['addelement'] = 'Add element';
$string['awardedto'] = 'Awarded to'; $string['awardedto'] = 'Awarded to';
$string['certificate'] = 'Certificate';
$string['code'] = 'Code'; $string['code'] = 'Code';
$string['copy'] = 'Copy'; $string['copy'] = 'Copy';
$string['coursetimereq'] = 'Required minutes in course'; $string['coursetimereq'] = 'Required minutes in course';

View file

@ -42,7 +42,7 @@
} }
}} }}
<ul class="list-unstyled unstyled"> <ul class="list-unstyled unstyled">
<li><strong>Fullname:</strong> <a href="{{{userprofileurl}}}">{{userfullname}}</a></li> <li><strong>{{#str}}fullname{{/str}}:</strong> <a href="{{{userprofileurl}}}">{{userfullname}}</a></li>
<li><strong>Course:</strong> <a href="{{{courseurl}}}">{{coursefullname}}</a></li> <li><strong>{{#str}}course{{/str}}:</strong> <a href="{{{courseurl}}}">{{coursefullname}}</a></li>
<li><strong>Certificate:</strong> {{certificatename}}</li> <li><strong>{{#str}}certificate, customcert{{/str}}:</strong> {{certificatename}}</li>
</ul> </ul>