fix: label on settings page

This commit is contained in:
Ferdinand Mütsch 2022-09-30 14:12:07 +02:00
parent f204ca888d
commit 147c79db60
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@
<form action="" method="post" class="w-full lg:w-3/4">
<div class="flex flex-wrap md:flex-nowrap mb-8 gap-x-4">
<div class="w-full md:w-1/2 mb-4 md:mb-0 inline-block">
<span class="font-semibold text-gray-300 text-lg">Aliases</span>
<span class="font-semibold text-gray-300 text-lg">Public Data</span>
<p class="block text-sm text-gray-600">
Some features require public access to your data without authentication. This mainly includes badges ("shields" endpoint) and the integration with GitHub Readme Stats ("stats" endpoint). You can choose which data to share publicly through these endpoints.
</p>