#79 Replaced usages of hard-coded strings
This commit is contained in:
parent
fdc5bde3d4
commit
bbc749fa49
2 changed files with 4 additions and 3 deletions
|
@ -25,6 +25,7 @@
|
|||
$string['addcertpage'] = 'Add another certificate page';
|
||||
$string['addelement'] = 'Add element';
|
||||
$string['awardedto'] = 'Awarded to';
|
||||
$string['certificate'] = 'Certificate';
|
||||
$string['code'] = 'Code';
|
||||
$string['copy'] = 'Copy';
|
||||
$string['coursetimereq'] = 'Required minutes in course';
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
}}
|
||||
<ul class="list-unstyled unstyled">
|
||||
<li><strong>Fullname:</strong> <a href="{{{userprofileurl}}}">{{userfullname}}</a></li>
|
||||
<li><strong>Course:</strong> <a href="{{{courseurl}}}">{{coursefullname}}</a></li>
|
||||
<li><strong>Certificate:</strong> {{certificatename}}</li>
|
||||
<li><strong>{{#str}}fullname{{/str}}:</strong> <a href="{{{userprofileurl}}}">{{userfullname}}</a></li>
|
||||
<li><strong>{{#str}}course{{/str}}:</strong> <a href="{{{courseurl}}}">{{coursefullname}}</a></li>
|
||||
<li><strong>{{#str}}certificate, customcert{{/str}}:</strong> {{certificatename}}</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue