Skip to content

Commit b8b8618

Browse files
committed
N°8533 - Use label instead of the + dico entry
1 parent 79ab806 commit b8b8618

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
@@ -2292,12 +2292,12 @@ public function GetRenderContent(WebPage $oPage, array $aExtraParams, string $sI
22922292
case 'UI:Menu:impacts_up':
22932293
$sIconClass = 'fas fa-sitemap fa-rotate-180';
22942294
$sLabel = '';
2295-
$aAction['tooltip'] = Dict::S('Relation:impacts/UpStream'); // Tooltip not clear for PO, so we use the label here
2295+
$aAction['tooltip'] = Dict::S('Relation:impacts/UpStream');
22962296
break;
22972297
case 'UI:Menu:impacts_down':
22982298
$sIconClass = 'fas fa-sitemap';
22992299
$sLabel = '';
2300-
$aAction['tooltip'] = Dict::S('Relation:impacts/DownStream+');
2300+
$aAction['tooltip'] = Dict::S('Relation:impacts/DownStream');
23012301
break;
23022302

23032303
default:

0 commit comments

Comments
 (0)