Skip to content

Commit

Permalink
MDL-76252 mod_data: Remove space at the end of datemodified
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona committed Nov 9, 2022
1 parent 5877ae3 commit c04f0e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mod/data/lang/en/data.php
Expand Up @@ -109,7 +109,7 @@
$string['data:view'] = 'View database activity';
$string['date'] = 'Date';
$string['dateentered'] = 'Date entered';
$string['datemodified'] = 'Last modified: ';
$string['datemodified'] = 'Last edited:';
$string['defaultfielddelimiter'] = '(default is the comma character)';
$string['defaultfieldenclosure'] = '(default is none)';
$string['defaultsortfield'] = 'Default sort field';
Expand Down
2 changes: 1 addition & 1 deletion mod/data/templates/defaulttemplate_listtemplate.mustache
Expand Up @@ -42,7 +42,7 @@
##user##<br/><span class="data-timeinfo">##timeadded##</span>
</div>
<div class="col-4 col-md-6 text-right align-self-center data-timeinfo">
<span class="font-weight-bold ">{{#str}}datemodified, mod_data{{/str}}</span>##timemodified##
<span class="font-weight-bold ">{{#str}}datemodified, mod_data{{/str}}&nbsp;</span>##timemodified##
</div>
<div class="col-4 col-md-3 ml-auto align-self-center d-flex flex-row-reverse">
<div>##actionsmenu##</div>
Expand Down
2 changes: 1 addition & 1 deletion mod/data/templates/defaulttemplate_singletemplate.mustache
Expand Up @@ -43,7 +43,7 @@
##user##<br/><span class="data-timeinfo">##timeadded##</span>
</div>
<div class="col-4 col-md-6 text-right align-self-center data-timeinfo">
<span class="font-weight-bold ">{{#str}}datemodified, mod_data{{/str}}</span>##timemodified##
<span class="font-weight-bold ">{{#str}}datemodified, mod_data{{/str}}&nbsp;</span>##timemodified##
</div>
<div class="col-4 col-md-3 ml-auto align-self-center d-flex flex-row-reverse">
<div>##actionsmenu##</div>
Expand Down

0 comments on commit c04f0e2

Please sign in to comment.