Fix capitalization.
This commit is contained in:
parent
f6f804013f
commit
226244e93c
6
render.c
6
render.c
@ -163,13 +163,13 @@ void render_frame(struct swaylock_surface *surface) {
|
||||
}
|
||||
switch (state->auth_state) {
|
||||
case AUTH_STATE_VALIDATING:
|
||||
text = "verifying";
|
||||
text = "Verifying";
|
||||
break;
|
||||
case AUTH_STATE_INVALID:
|
||||
text = "wrong";
|
||||
text = "Wrong";
|
||||
break;
|
||||
case AUTH_STATE_CLEAR:
|
||||
text = "cleared";
|
||||
text = "Cleared";
|
||||
break;
|
||||
case AUTH_STATE_INPUT:
|
||||
case AUTH_STATE_INPUT_NOP:
|
||||
|
Loading…
Reference in New Issue
Block a user