mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Do not translate format strings
This commit is contained in:
parent
0a7e76d190
commit
ab1dc1faa0
@ -434,7 +434,7 @@ class Perfdata
|
||||
public function formatLabel($html = false)
|
||||
{
|
||||
return sprintf(
|
||||
$html ? t('<b>%s %s</b> (%s%%)') : t('%s %s (%s%%)'),
|
||||
$html ? '<b>%s %s</b> (%s%%)' : '%s %s (%s%%)',
|
||||
htmlspecialchars($this->getLabel()),
|
||||
$this->format($this->value),
|
||||
number_format($this->getPercentage(), 2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user