1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-15 16:20:05 +00:00

fix: allow changing "require email address" if no SMTP credentials present

This commit is contained in:
Elias Schneider
2026-01-06 13:49:10 +01:00
parent 646f849441
commit 8c68b08c12
3 changed files with 57 additions and 17 deletions

View File

@@ -499,5 +499,7 @@
"save_and_sync": "Save and Sync",
"scim_save_changes_description": "You have to save the changes before starting a SCIM sync. Do you want to save now?",
"scopes": "Scopes",
"issuer_url": "Issuer URL"
"issuer_url": "Issuer URL",
"smtp_field_required_when_other_provided": "Required when any SMTP setting is provided",
"smtp_field_required_when_email_enabled": "Required when email notifications are enabled"
}