From 85a6bd0a0509bcc0d661a217d0f0a2fb6b802975 Mon Sep 17 00:00:00 2001 From: vdumas Date: Thu, 2 Nov 2023 17:43:48 +0100 Subject: [PATCH] Typo in EN Dictionary - Allowed orgs class name --- dictionaries/en.dictionary.itop.ui.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictionaries/en.dictionary.itop.ui.php b/dictionaries/en.dictionary.itop.ui.php index 23867e105..8309affd4 100644 --- a/dictionaries/en.dictionary.itop.ui.php +++ b/dictionaries/en.dictionary.itop.ui.php @@ -248,7 +248,7 @@ Dict::Add('EN US', 'English', 'English', array( Dict::Add('EN US', 'English', 'English', array( 'Class:URP_UserOrg' => 'User organizations', 'Class:URP_UserOrg+' => 'Allowed organizations', - 'Class:URP_UserOrg/Name' => 'LinkGG between %1$s and %2$s', + 'Class:URP_UserOrg/Name' => 'Link between %1$s and %2$s', 'Class:URP_UserOrg/Attribute:userid' => 'User', 'Class:URP_UserOrg/Attribute:userid+' => 'user account', 'Class:URP_UserOrg/Attribute:userlogin' => 'Login',