1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-01-24 06:16:43 +02:00

updated EmailOptions domain input tooltips

This commit is contained in:
Gani Georgiev 2022-07-16 10:39:19 +03:00
parent d6bdc51009
commit 7fd5102fb5

View File

@ -16,7 +16,7 @@
<i <i
class="ri-information-line link-hint" class="ri-information-line link-hint"
use:tooltip={{ use:tooltip={{
text: 'Domains that are NOT allowed as value. \n This field is disabled if "Only domains" is set.', text: 'List of domains that are NOT allowed. \n This field is disabled if "Only domains" is set.',
position: "top", position: "top",
}} }}
/> />
@ -37,7 +37,7 @@
<i <i
class="ri-information-line link-hint" class="ri-information-line link-hint"
use:tooltip={{ use:tooltip={{
text: 'Domains that are ONLY allowed as value. \n This field is disabled if "Except domains" is set.', text: 'List of domains that are ONLY allowed. \n This field is disabled if "Except domains" is set.',
position: "top", position: "top",
}} }}
/> />