···6262 hx-swap="none"6363 class="flex flex-col gap-2"6464>6565- <p class="uppercase p-0">ADD EMAIL</p>6565+ <label for="email-address" class="uppercase p-0">6666+ add email6767+ </label>6668 <p class="text-sm text-gray-500 dark:text-gray-400">Commits using this email will be associated with your profile.</p>6769 <input6870 type="email"
+4-2
appview/pages/templates/user/settings/keys.html
···2121 <div class="col-span-1 md:col-span-2">2222 <h2 class="text-sm pb-2 uppercase font-bold">SSH Keys</h2>2323 <p class="text-gray-500 dark:text-gray-400">2424- SSH public keys added here will be broadcasted to knots that you are a member of, 2424+ SSH public keys added here will be broadcasted to knots that you are a member of,2525 allowing you to push to repositories there.2626 </p>2727 </div>···6363 hx-swap="none"6464 class="flex flex-col gap-2"6565>6666- <p class="uppercase p-0">ADD SSH KEY</p>6666+ <label for="key-name" class="uppercase p-0">6767+ add ssh key6868+ </label>6769 <p class="text-sm text-gray-500 dark:text-gray-400">SSH keys allow you to push to repositories in knots you're a member of.</p>6870 <input6971 type="text"