From 8f8b2ce0dc99189870e1094f1cc7dd6480fc466f Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 9 Apr 2019 02:30:49 +0200 Subject: [PATCH] MDL-64783 analytics: Add new capability lang string --- lang/en/role.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/role.php b/lang/en/role.php index 79fea6d41443d..ef271e8b7ce2e 100644 --- a/lang/en/role.php +++ b/lang/en/role.php @@ -37,6 +37,7 @@ $string['allowview'] = 'Allow role to view'; $string['allsiteusers'] = 'All site users'; $string['analytics:listinsights'] = 'List insights'; +$string['analytics:listowninsights'] = 'List own insights'; $string['analytics:managemodels'] = 'Manage models'; $string['archetype'] = 'Role archetype'; $string['archetype_help'] = 'The role archetype determines the permissions when a role is reset to default. It also determines any new permissions for the role when the site is upgraded.';