Parcourir la source

N°257 Aperçu des dashlets Badge partiellement hardcodé ("Search for objects of type Server")

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3499 a333f486-631f-4898-b8df-5754b55c2be0
romainq il y a 10 ans
Parent
commit
f485c6fc99
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      application/dashlet.class.inc.php

+ 1 - 1
application/dashlet.class.inc.php

@@ -1570,7 +1570,7 @@ class DashletBadge extends Dashlet
 		$oPage->add('<p>');
 		$oPage->add('   <a>'.Dict::Format('UI:ClickToCreateNew', $sClassLabel).'</a>');
 		$oPage->add('   <br/>');
-		$oPage->add('   <a>Search for Server objects</a>');
+		$oPage->add('   <a>'.Dict::Format('UI:SearchFor_Class', $sClassLabel).'</a>');
 		$oPage->add('</p>');
 		$oPage->add('</div>');