mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-16 18:22:59 +03:00
chore(translations): fix typo in key
This commit is contained in:
@@ -156,7 +156,7 @@
|
|||||||
"actions": "Actions",
|
"actions": "Actions",
|
||||||
"images_updated_successfully": "Images updated successfully",
|
"images_updated_successfully": "Images updated successfully",
|
||||||
"general": "General",
|
"general": "General",
|
||||||
"configure_stmp_to_send_emails": "Enable email notifications to alert users when a login is detected from a new device or location.",
|
"configure_smtp_to_send_emails": "Enable email notifications to alert users when a login is detected from a new device or location.",
|
||||||
"ldap": "LDAP",
|
"ldap": "LDAP",
|
||||||
"configure_ldap_settings_to_sync_users_and_groups_from_an_ldap_server": "Configure LDAP settings to sync users and groups from an LDAP server.",
|
"configure_ldap_settings_to_sync_users_and_groups_from_an_ldap_server": "Configure LDAP settings to sync users and groups from an LDAP server.",
|
||||||
"images": "Images",
|
"images": "Images",
|
||||||
|
|||||||
@@ -73,7 +73,7 @@
|
|||||||
id="application-configuration-email"
|
id="application-configuration-email"
|
||||||
icon={Mail}
|
icon={Mail}
|
||||||
title={m.email()}
|
title={m.email()}
|
||||||
description={m.configure_stmp_to_send_emails()}
|
description={m.configure_smtp_to_send_emails()}
|
||||||
>
|
>
|
||||||
<AppConfigEmailForm {appConfig} callback={updateAppConfig} />
|
<AppConfigEmailForm {appConfig} callback={updateAppConfig} />
|
||||||
</CollapsibleCard>
|
</CollapsibleCard>
|
||||||
|
|||||||
Reference in New Issue
Block a user