Skip to content

Commit 226244e

Browse files
sonnyemersion
authored andcommitted
Fix capitalization.
1 parent f6f8040 commit 226244e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

render.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ void render_frame(struct swaylock_surface *surface) {
163163
}
164164
switch (state->auth_state) {
165165
case AUTH_STATE_VALIDATING:
166-
text = "verifying";
166+
text = "Verifying";
167167
break;
168168
case AUTH_STATE_INVALID:
169-
text = "wrong";
169+
text = "Wrong";
170170
break;
171171
case AUTH_STATE_CLEAR:
172-
text = "cleared";
172+
text = "Cleared";
173173
break;
174174
case AUTH_STATE_INPUT:
175175
case AUTH_STATE_INPUT_NOP:

0 commit comments

Comments
 (0)