From 226244e93ce513de07064b88ff746b8424571672 Mon Sep 17 00:00:00 2001 From: sonny <106631960+digitalwtf@users.noreply.github.com> Date: Sun, 6 Nov 2022 01:31:55 +0000 Subject: [PATCH] Fix capitalization. --- render.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/render.c b/render.c index 0dc8430..62628ce 100644 --- a/render.c +++ b/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: