commit 54e89882e658a3427f41101ad4efdb910db99539
parent bbd3446e193381a20c64adedc22ebac6f437c3bc
Author: Isabelle <hi@f2k1.de>
Date: Tue, 3 Jan 2023 20:30:01 +0100
parent bbd3446e193381a20c64adedc22ebac6f437c3bc
Author: Isabelle <hi@f2k1.de>
Date: Tue, 3 Jan 2023 20:30:01 +0100
src/views/login.vue: fix typo
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/login.vue b/src/views/login.vue @@ -5,7 +5,7 @@ <div id="loginContainer"> <modal id="login" :shown="true"> <div class="lpModalHeader"> - <h2>Password reqired!</h2> + <h2>Password required!</h2> </div> <form @submit.prevent="login">