Преглед изворни кода

Update sudo view, fix phrasing

Daniel Supernault пре 4 година
родитељ
комит
d8cdc2a911
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      resources/views/auth/sudo.blade.php

+ 1 - 1
resources/views/auth/sudo.blade.php

@@ -26,7 +26,7 @@
                         <div class="form-group">
                             <div class="custom-control custom-checkbox">
                               <input type="checkbox" class="custom-control-input" id="trusted-device" name="trustDevice">
-                              <label class="custom-control-label text-muted" for="trusted-device">Don't ask me again, trust this device</label>
+                              <label class="custom-control-label text-muted" for="trusted-device">Trust this device and don't ask again</label>
                             </div>
                         </div>