Jeremy Stretch 6 лет назад
Родитель
Сommit
6a8f256a56
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      netbox/templates/extras/script_list.html

+ 1 - 1
netbox/templates/extras/script_list.html

@@ -30,7 +30,7 @@
             {% else %}
                 <div class="alert alert-info">
                     <p><strong>No scripts found.</strong></p>
-                    <p>Reports should be saved to <code>{{ settings.SCRIPTS_ROOT }}</code>. (This path can be changed by setting <code>SCRIPTS_ROOT</code> in NetBox's configuration.)</p>
+                    <p>Scripts should be saved to <code>{{ settings.SCRIPTS_ROOT }}</code>. (This path can be changed by setting <code>SCRIPTS_ROOT</code> in NetBox's configuration.)</p>
                 </div>
             {% endif %}
         </div>