Skip to content

Commit 569f992

Browse files
committed
refactored description
1 parent ce10d7b commit 569f992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/Main.elm

+2-2
Original file line numberDiff line numberDiff line change
@@ -604,8 +604,8 @@ viewElement model =
604604
, Font.size 50
605605
, Font.center
606606
]
607-
[ nonBreakingText [ "MSF", "server " ]
608-
, el [ Font.color red ] <| nonBreakingText [ "nixos server lock", "button" ]
607+
[ nonBreakingText [ "MSF", "" ]
608+
, el [ Font.color red ] <| nonBreakingText [ "NixOS Server Lock", "Button" ]
609609
]
610610

611611
mainElement =

0 commit comments

Comments
 (0)