Commit de90325f authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

fix typo

(cherry picked from commit ff7fce12)
parent 899a75ff
......@@ -780,7 +780,7 @@ $( document ).ready(function() {
<?=gettext("Use calculated value."); ?>
<div class="hidden" for="help_for_avg_loss_samples">
<?=gettext(sprintf("How many probes should be useds to compute average packet loss? Default is %d.", $apinger_default['avg_loss_samples']));?>
<?=gettext(sprintf("How many probes should be used to compute average packet loss? Default is %d.", $apinger_default['avg_loss_samples']));?>
</div>
</td>
</tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment