You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: articles/active-directory/develop/howto-add-terms-of-service-privacy-statement.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,10 +60,10 @@ When the terms of service and privacy statement are ready, you can add links to
60
60
61
61
Follow these steps if you registered your app in the Azure portal.
62
62
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.
67
67
5. Save your changes.
68
68
69
69

@@ -72,9 +72,9 @@ Follow these steps if you registered your app in the Azure portal.
72
72
73
73
Follow these steps if you registered your app in the Application Registration Portal or Dev Center.
74
74
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.
78
78
4. Save your changes.
79
79
80
80

0 commit comments