Prechádzať zdrojové kódy

Merge pull request #6071 from pixelfed/shleeable-patch-2

[BugFix] Update disabled-panel.blade.php - Remove dead Read Me Link
(dan)iel (sup)ernault 6 dní pred
rodič
commit
01b0ad2338

+ 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>