Peter Muturi hace 4 meses
padre
commit
1c534ce40a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/views/confirm-auth-token.blade.php

+ 1 - 1
resources/views/confirm-auth-token.blade.php

@@ -34,7 +34,7 @@
       <div class="d-flex align-items-center flex-wrap">
         Didn't recieve the verification code?
         <a href="#" class="ms-1 text-orange" resend-token>
-          <span v-if="!loading">resend code</span>
+          <span v-if="!loading">Resend code</span>
           <span v-else><i class="fas fa-circle-notch fa-spin"></i> Resending...</span>
         </a>
       </div>