Added explanation to settings field

This commit is contained in:
tuxx
2023-02-27 04:22:51 +01:00
parent 2372608558
commit 0d3604767b
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@
placeholder="Optional, leave empty to disable">
</div>
<div>
<label for="ombi_api_key" class="block mb-1 text-sm font-medium text-gray-900 dark:text-white">{{ _("Ombi API Key") }}</label>
<label for="ombi_api_key" class="block mb-1 text-sm font-medium text-gray-900 dark:text-white">{{ _("Ombi API Key (Only used for user import currently.)") }}</label>
<input type="text" name="ombi_api_key" id="ombi_api_key"
class="bg-gray-50 border border-gray-300 text-gray-900 sm:text-sm rounded-lg focus:ring-primary focus:border-primary block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
value="{% if ombi_api_key %}{{ ombi_api_key }}{% endif %}"

View File

@@ -71,7 +71,7 @@ Setup Wizarr
placeholder="Optional, leave empty to disable">
</div>
<div>
<label for="ombi_api_key" class="block mb-1 text-sm font-medium text-gray-900 dark:text-white">{{ _("Ombi API Key") }}</label>
<label for="ombi_api_key" class="block mb-1 text-sm font-medium text-gray-900 dark:text-white">{{ _("Ombi API Key (Only used for user import currently.)") }}</label>
<input type="text" name="ombi_api_key" id="ombi_api_key"
class="bg-gray-50 border border-gray-300 text-gray-900 sm:text-sm rounded-lg focus:ring-primary focus:border-primary block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
value="{% if ombi_api_key %}{{ ombi_api_key }}{% endif %}"