From 77e236ca8fbbdeb0b421d33f882f4a2036fe1d59 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Thu, 5 Apr 2018 11:10:57 +0800 Subject: [PATCH] MDL-61861 core_tag: Correct langstring identifier --- lang/en/tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/tag.php b/lang/en/tag.php index e02c55c962e..990aedefcba 100644 --- a/lang/en/tag.php +++ b/lang/en/tag.php @@ -93,7 +93,7 @@ $string['nothingtoupdate'] = 'Nothing to update'; $string['owner'] = 'Owner'; $string['prevpage'] = 'Back'; $string['privacy:metadata:tag'] = 'The details of each unique tag are stored alongside their description and other related information'; -$string['privacy:metadataetag:name'] = 'The name of the tag - this is the normalised version of the name.'; +$string['privacy:metadata:tag:name'] = 'The name of the tag - this is the normalised version of the name.'; $string['privacy:metadata:tag:rawname'] = 'The name of the tag - this is the display name.'; $string['privacy:metadata:tag:description'] = 'The description of the tag.'; $string['privacy:metadata:tag:flag'] = 'Whether a tag has been flagged as inappropriate.';