Fix capitalization.

This commit is contained in:
sonny 2022-11-06 01:31:55 +00:00 committed by Simon Ser
parent f6f804013f
commit 226244e93c

View File

@ -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: