mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Fix typo in flapping note
This commit is contained in:
parent
941ff2a980
commit
ef2ac077c8
@ -6,7 +6,7 @@ if ($object->is_flapping) {
|
||||
'Flapping',
|
||||
$this->icon('flapping.png', 'Flapping'),
|
||||
sprintf(
|
||||
'Currently flapping witgh a %.2f%% state change rate',
|
||||
'Currently flapping with a %.2f%% state change rate',
|
||||
$object->percent_state_change
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user