ソースを参照

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>');