From c04f0e298d01fd5ba64a3b55cf0245b678d2d048 Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Wed, 9 Nov 2022 12:56:59 +0100 Subject: [PATCH] MDL-76252 mod_data: Remove space at the end of datemodified --- mod/data/lang/en/data.php | 2 +- mod/data/templates/defaulttemplate_listtemplate.mustache | 2 +- mod/data/templates/defaulttemplate_singletemplate.mustache | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mod/data/lang/en/data.php b/mod/data/lang/en/data.php index b8512723676..9c1cd55f452 100644 --- a/mod/data/lang/en/data.php +++ b/mod/data/lang/en/data.php @@ -109,7 +109,7 @@ $string['data:writeentry'] = 'Write entries'; $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'; diff --git a/mod/data/templates/defaulttemplate_listtemplate.mustache b/mod/data/templates/defaulttemplate_listtemplate.mustache index 30b78fe79ef..372019d61fe 100644 --- a/mod/data/templates/defaulttemplate_listtemplate.mustache +++ b/mod/data/templates/defaulttemplate_listtemplate.mustache @@ -42,7 +42,7 @@ ##user##
##timeadded##
- {{#str}}datemodified, mod_data{{/str}}##timemodified## + {{#str}}datemodified, mod_data{{/str}} ##timemodified##
##actionsmenu##
diff --git a/mod/data/templates/defaulttemplate_singletemplate.mustache b/mod/data/templates/defaulttemplate_singletemplate.mustache index d3dae6a24ab..6fda7e0d1d5 100644 --- a/mod/data/templates/defaulttemplate_singletemplate.mustache +++ b/mod/data/templates/defaulttemplate_singletemplate.mustache @@ -43,7 +43,7 @@ ##user##
##timeadded##
- {{#str}}datemodified, mod_data{{/str}}##timemodified## + {{#str}}datemodified, mod_data{{/str}} ##timemodified##
##actionsmenu##