Explorar o código

Fix jobresult success label spelling

Glenn Matthews %!s(int64=5) %!d(string=hai) anos
pai
achega
49c6bee6d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      netbox/extras/choices.py

+ 1 - 1
netbox/extras/choices.py

@@ -127,7 +127,7 @@ class TemplateLanguageChoices(ChoiceSet):
 class LogLevelChoices(ChoiceSet):
 class LogLevelChoices(ChoiceSet):
 
 
     LOG_DEFAULT = 'default'
     LOG_DEFAULT = 'default'
-    LOG_SUCCESS = 'sucess'
+    LOG_SUCCESS = 'success'
     LOG_INFO = 'info'
     LOG_INFO = 'info'
     LOG_WARNING = 'warning'
     LOG_WARNING = 'warning'
     LOG_FAILURE = 'failure'
     LOG_FAILURE = 'failure'