瀏覽代碼

Update disabled-panel.blade.php

Shlee 1 周之前
父節點
當前提交
c95a65cd41
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      resources/views/settings/security/2fa/partial/disabled-panel.blade.php

+ 2 - 2
resources/views/settings/security/2fa/partial/disabled-panel.blade.php

@@ -8,11 +8,11 @@
 				Two factor authentication is not enabled yet.
 			</p>
 			<p class="text-muted">
-				Two-factor authentication adds an additional layer of security to your account by requiring more than just a password to log in. <a href="#">Learn more</a>.
+				Two-factor authentication adds an additional layer of security to your account by requiring more than just a password to log in.
 			</p>
 			<p class="mb-0">
 				<a class="btn btn-success font-weight-bold" href="{{route('settings.security.2fa.setup')}}">Enable two-factor authentication</a>
 			</p>
 		</div>
 	</li>
-</ul>
+</ul>