Skip to content

Commit d00a8fe

Browse files
authored
C48815: Removing non-breaking spaces to avoid broken format on localized pages
Hello, @CelesteDG, Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: Non-breaking spaces are affecting rendering of asterisks in live build. Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR. Many thanks in advance.
1 parent fd62880 commit d00a8fe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/active-directory/develop/howto-add-terms-of-service-privacy-statement.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ When the terms of service and privacy statement are ready, you can add links to
6060

6161
Follow these steps if you registered your app in the Azure portal.
6262

63-
1. Sign in to the[Azure portal](https://portal.azure.com/).
64-
2. Navigate to the**App Registrations**section and select your app.
65-
3. Open the**Properties**section of the app.
66-
4. Fill out the**Terms of Service URL**and**Privacy Statement URL**fields.
63+
1. Sign in to the [Azure portal](https://portal.azure.com/).
64+
2. Navigate to the **App Registrations** section and select your app.
65+
3. Open the **Properties** section of the app.
66+
4. Fill out the **Terms of Service URL** and **Privacy Statement URL** fields.
6767
5. Save your changes.
6868

6969
![App properties section with terms of service and privacy statement URLs](./media/howto-add-terms-of-service-privacy-statement/azure-portal-terms-service-privacy-statement-urls.png)
@@ -72,9 +72,9 @@ Follow these steps if you registered your app in the Azure portal.
7272

7373
Follow these steps if you registered your app in the Application Registration Portal or Dev Center.
7474

75-
1. Sign in to the[Application Registration Portal](https://apps.dev.microsoft.com/).
76-
2. Select your app and scroll to the**Profile**section.
77-
3. Fill out the**Terms of Service URL**and**Privacy Statement URL**fields.
75+
1. Sign in to the [Application Registration Portal](https://apps.dev.microsoft.com/).
76+
2. Select your app and scroll to the **Profile** section.
77+
3. Fill out the **Terms of Service URL** and **Privacy Statement URL** fields.
7878
4. Save your changes.
7979

8080
![App profile section with terms of service and privacy statement URLs](./media/howto-add-terms-of-service-privacy-statement/app-registration-portal-profile-terms-service-privacy-statement-urls.png)
@@ -110,4 +110,4 @@ PATCH https://graph.microsoft.com/beta/applications/{application id}
110110

111111
> [!NOTE]
112112
> * Be careful not to overwrite any pre-existing values you have assigned to any of these fields: `supportUrl`, `marketingUrl`, and `logoUrl`
113-
> * The MSGraph beta REST API will only work when you sign in with an Azure AD account. Personal Microsoft accounts are not supported.
113+
> * The MSGraph beta REST API will only work when you sign in with an Azure AD account. Personal Microsoft accounts are not supported.

0 commit comments

Comments
 (0)