[FIX] Spelling mistakes

Thx @soratidus999
This commit is contained in:
Peter Pfeufer 2025-01-10 11:41:31 +01:00
parent 4578ecf21d
commit a03c766840
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ class Migration(migrations.Migration):
choices=[
("POCO", "POCO"),
("Orbital Skyhook", "Orbital Skyhook"),
("I-HUB", "Soverreignty Hub"),
("I-HUB", "Sovereignty Hub"),
("TCU", "TCU"),
("POS[S]", "POS [S]"),
("POS[M]", "POS [M]"),

View File

@ -23,7 +23,7 @@ class Timer(models.Model):
POCO = "POCO", _("POCO")
ORBITALSKYHOOK = "Orbital Skyhook", _("Orbital Skyhook")
IHUB = "I-HUB", _("Soverreignty Hub")
IHUB = "I-HUB", _("Sovereignty Hub")
TCU = "TCU", _("TCU") # Pending Remval
POSS = "POS[S]", _("POS [S]")
POSM = "POS[M]", _("POS [M]")

View File

@ -54,7 +54,7 @@ class TimerView(BaseTimerView):
if structure in bg_info:
return "info"
elif structure in bg_waning:
elif structure in bg_warning:
return "warning"
elif structure in bg_danger:
return "danger"
@ -84,7 +84,7 @@ class TimerView(BaseTimerView):
Timer.Structure.POSM.value, # POS[M]
Timer.Structure.POSL.value, # POS[L]
]
bg_waning = [
bg_warning = [
Timer.Structure.ANSIBLEX.value, # Ansiblex Jump Gate
Timer.Structure.ATHANOR.value, # Athanor
Timer.Structure.AZBEL.value, # Azbel