mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 04:20: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=[
|
choices=[
|
||||||
("POCO", "POCO"),
|
("POCO", "POCO"),
|
||||||
("Orbital Skyhook", "Orbital Skyhook"),
|
("Orbital Skyhook", "Orbital Skyhook"),
|
||||||
("I-HUB", "Soverreignty Hub"),
|
("I-HUB", "Sovereignty Hub"),
|
||||||
("TCU", "TCU"),
|
("TCU", "TCU"),
|
||||||
("POS[S]", "POS [S]"),
|
("POS[S]", "POS [S]"),
|
||||||
("POS[M]", "POS [M]"),
|
("POS[M]", "POS [M]"),
|
||||||
|
@ -23,7 +23,7 @@ class Timer(models.Model):
|
|||||||
|
|
||||||
POCO = "POCO", _("POCO")
|
POCO = "POCO", _("POCO")
|
||||||
ORBITALSKYHOOK = "Orbital Skyhook", _("Orbital Skyhook")
|
ORBITALSKYHOOK = "Orbital Skyhook", _("Orbital Skyhook")
|
||||||
IHUB = "I-HUB", _("Soverreignty Hub")
|
IHUB = "I-HUB", _("Sovereignty Hub")
|
||||||
TCU = "TCU", _("TCU") # Pending Remval
|
TCU = "TCU", _("TCU") # Pending Remval
|
||||||
POSS = "POS[S]", _("POS [S]")
|
POSS = "POS[S]", _("POS [S]")
|
||||||
POSM = "POS[M]", _("POS [M]")
|
POSM = "POS[M]", _("POS [M]")
|
||||||
|
@ -54,7 +54,7 @@ class TimerView(BaseTimerView):
|
|||||||
|
|
||||||
if structure in bg_info:
|
if structure in bg_info:
|
||||||
return "info"
|
return "info"
|
||||||
elif structure in bg_waning:
|
elif structure in bg_warning:
|
||||||
return "warning"
|
return "warning"
|
||||||
elif structure in bg_danger:
|
elif structure in bg_danger:
|
||||||
return "danger"
|
return "danger"
|
||||||
@ -84,7 +84,7 @@ class TimerView(BaseTimerView):
|
|||||||
Timer.Structure.POSM.value, # POS[M]
|
Timer.Structure.POSM.value, # POS[M]
|
||||||
Timer.Structure.POSL.value, # POS[L]
|
Timer.Structure.POSL.value, # POS[L]
|
||||||
]
|
]
|
||||||
bg_waning = [
|
bg_warning = [
|
||||||
Timer.Structure.ANSIBLEX.value, # Ansiblex Jump Gate
|
Timer.Structure.ANSIBLEX.value, # Ansiblex Jump Gate
|
||||||
Timer.Structure.ATHANOR.value, # Athanor
|
Timer.Structure.ATHANOR.value, # Athanor
|
||||||
Timer.Structure.AZBEL.value, # Azbel
|
Timer.Structure.AZBEL.value, # Azbel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user