소스 검색

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 10 년 전
부모
커밋
f485c6fc99
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>');