Peter Muturi преди 4 месеца
родител
ревизия
1c534ce40a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>