#200 unit app updates

This commit is contained in:
Mikayla Fischler
2024-06-02 16:06:32 -04:00
parent be6c3755a4
commit c1c49ea3fb
3 changed files with 38 additions and 23 deletions

View File

@@ -82,7 +82,7 @@ style.reactor = {
states = {
{
color = cpair(colors.black, colors.yellow),
text = "PLC OFF-LINE"
text = "OFF-LINE"
},
{
color = cpair(colors.black, colors.orange),
@@ -106,7 +106,7 @@ style.reactor = {
},
{
color = cpair(colors.black, colors.red),
text = "FORCE DISABLED"
text = "FORCE DSBL"
}
}
}