1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-14 15:52:31 +00:00

feat: add description to callback URL inputs

This commit is contained in:
Elias Schneider
2025-04-20 00:32:27 +02:00
parent 60bad9e985
commit eb689eb56e
3 changed files with 8 additions and 7 deletions

View File

@@ -333,5 +333,6 @@
"disable_firstname_lastname": "Disable {firstName} {lastName}",
"are_you_sure_you_want_to_disable_this_user": "Are you sure you want to disable this user? They will not be able to log in or access any services.",
"ldap_soft_delete_users": "Keep disabled users from LDAP.",
"ldap_soft_delete_users_description": "When enabled, users removed from LDAP will be disabled rather than deleted from the system."
"ldap_soft_delete_users_description": "When enabled, users removed from LDAP will be disabled rather than deleted from the system.",
"callback_url_description": "URL(s) provided by your client. Wildcards (*) are supported, but best avoided for better security."
}