Skip to content

Commit b3000cc

Browse files
committed
N°8533 - Use label instead of the + dico entry
1 parent 6e48b07 commit b3000cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/displayblock.class.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2254,12 +2254,12 @@ public function GetRenderContent(WebPage $oPage, array $aExtraParams, string $sI
22542254
case 'UI:Menu:impacts_up':
22552255
$sIconClass = 'fas fa-sitemap fa-rotate-180';
22562256
$sLabel = '';
2257-
$aAction['tooltip'] = Dict::S('Relation:impacts/UpStream'); // Tooltip not clear for PO, so we use the label here
2257+
$aAction['tooltip'] = Dict::S('Relation:impacts/UpStream');
22582258
break;
22592259
case 'UI:Menu:impacts_down':
22602260
$sIconClass = 'fas fa-sitemap';
22612261
$sLabel = '';
2262-
$aAction['tooltip'] = Dict::S('Relation:impacts/DownStream+');
2262+
$aAction['tooltip'] = Dict::S('Relation:impacts/DownStream');
22632263
break;
22642264

22652265
default:

0 commit comments

Comments
 (0)