Просмотр исходного кода

Fixed missing `/` in netdata settings page

Unknown 6 лет назад
Родитель
Сommit
cf56cc5432
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      api/functions/netdata-functions.php

+ 1 - 1
api/functions/netdata-functions.php

@@ -163,7 +163,7 @@ function netdataSettngsArray()
 			            </tr>
 			            <tr>
 			                <td>mutator</td>
-			                <td>Used to perform simple mathematical operations on the result (+, -, /, *). For example: dividing the result by 1000 would be "1000". These operations can be chained together by putting them in a comma-seprated format.</td>
+			                <td>Used to perform simple mathematical operations on the result (+, -, /, *). For example: dividing the result by 1000 would be "/1000". These operations can be chained together by putting them in a comma-seprated format.</td>
 			                <td><i class="fa fa-times text-danger" aria-hidden="true"></i></td>
 			            </tr>
 			            <tr>