Renamed Login In the Frontend UI to Credentials to better fit other types of creds like API Keys, WiFi etc, also renamed the password field to password / key

This commit is contained in:
johnnyq
2024-04-05 15:06:42 -04:00
parent 05d979b3d8
commit 5370a70ab8
10 changed files with 17 additions and 18 deletions

View File

@@ -14,7 +14,6 @@
<div class="row">
<div class="col-sm-6">
<li class="list-group-item">
<div class="custom-control custom-checkbox">
<input class="custom-control-input" type="checkbox" id="contacts" name="export_contacts" value="1" checked>
@@ -55,7 +54,7 @@
<div class="custom-control custom-checkbox">
<input class="custom-control-input" type="checkbox" id="logins" name="export_logins" value="1">
<label for="logins" class="custom-control-label">
<i class='fas fa-fw fa-key mr-2'></i>Logins
<i class='fas fa-fw fa-key mr-2'></i>Credentials
</label>
</div>
</li>