From 8db24d5faa6e26584a51e06b26d343015628ac4e Mon Sep 17 00:00:00 2001 From: himeshsiriwardana Date: Thu, 16 Jan 2025 13:54:50 +0530 Subject: [PATCH] minor changes to text --- .../next/docs/guides/branding/customize-sms-templates.md | 2 +- en/includes/guides/branding/customize-email-templates.md | 8 ++++---- en/includes/guides/branding/customize-sms-templates.md | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/en/identity-server/next/docs/guides/branding/customize-sms-templates.md b/en/identity-server/next/docs/guides/branding/customize-sms-templates.md index 10e00245dd..5340bcdbba 100644 --- a/en/identity-server/next/docs/guides/branding/customize-sms-templates.md +++ b/en/identity-server/next/docs/guides/branding/customize-sms-templates.md @@ -1,6 +1,6 @@ {% set product_name = "WSO2 Identity Server" %} -{% set notificaiton_templates_api_path = "notification-template" %} +{% set notification_templates_api_path = "notification-templates-rest-api" %} {% set localization_doc_path = "localization" %} diff --git a/en/includes/guides/branding/customize-email-templates.md b/en/includes/guides/branding/customize-email-templates.md index b5723da4b4..53c7021183 100644 --- a/en/includes/guides/branding/customize-email-templates.md +++ b/en/includes/guides/branding/customize-email-templates.md @@ -95,13 +95,13 @@ You can tailor the **subject**, **body**, and **footer** of email notifications !!! warning "Apply changes to user profiles" To apply these changes to each user's profile in your organization: - 1. Display the `local` attribute on the user's profile. Learn more on [updating user attributes]({{base_path}}/guides/users/attributes/manage-attributes/#update-attributes). + 1. Display the `local` attribute on the user's profile. Learn how to do so in [updating user attributes]({{base_path}}/guides/users/attributes/manage-attributes/#update-attributes). - 2. Update the `local` attribute value with the [required locale code]({{base_path}}/guides/branding/{{ localization_doc_path }}/#supported-languages). + 2. Update the `local` attribute value with the [required locale code]({{base_path}}/guides/branding/{{ localization_doc_path }}/#supported-languages). The value should be updated by, - - If the admin onboards the user to the organization, the admin is responsible for updating the locale code. + - the admin, if the admin onboards the user to the organization. - - If the user self-registers, they should update the locale code by themselves at the time of registration. + - the user, if the user self-registers to the organization. Alternatively, you can customize the content of email templates using the [Email Templates API]({{base_path}}/apis/{{ email_templates_api_path }}/) provided by {{ product_name }}. diff --git a/en/includes/guides/branding/customize-sms-templates.md b/en/includes/guides/branding/customize-sms-templates.md index 7c88bc453f..842c99fa97 100644 --- a/en/includes/guides/branding/customize-sms-templates.md +++ b/en/includes/guides/branding/customize-sms-templates.md @@ -21,12 +21,12 @@ You can tailor the **body** of SMS notifications to your preferences by followin !!! warning "Apply changes to user profiles" To apply these changes to each user's profile in your organization: - 1. Display the `local` attribute on the user's profile. Learn more on [updating user attributes]({{base_path}}/guides/users/attributes/manage-attributes/#update-attributes). + 1. Display the `local` attribute on the user's profile. Learn how to do so in [updating user attributes]({{base_path}}/guides/users/attributes/manage-attributes/#update-attributes). - 2. Update the `local` attribute value with the [required locale code]({{base_path}}/guides/branding/{{ localization_doc_path }}/#supported-languages). + 2. Update the `local` attribute value with the [required locale code]({{base_path}}/guides/branding/{{ localization_doc_path }}/#supported-languages). The value should be updated by, - - If the admin onboards the user to the organization, the admin is responsible for updating the locale code. + - the admin, if the admin onboards the user to the organization. - - If the user self-registers, they should update the locale code by themselves at the time of registration. + - the user, if the user self-registers to the organization. Alternatively, you can customize the content of SMS templates using the [Notification Templates API]({{base_path}}/apis/{{ notification_templates_api_path }}/) provided by {{ product_name }}.