mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-08 20:10:17 +02:00
[FIX] Spelling mistakes
Thx @soratidus999
This commit is contained in:
parent
4578ecf21d
commit
a03c766840
@ -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]"),
|
||||
|
@ -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]")
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user