Skip to content

Commit aa43284

Browse files
authored
Merge pull request #109541 from mstada/mstada/loc-fix
Quickstart localization fix
2 parents 11aa9e6 + dedf2a2 commit aa43284

11 files changed

+17
-9
lines changed

articles/active-directory/develop/quickstart-v2-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Applications must be represented by an app object in Azure Active Directory so t
6363
6464
> [!div class="sxs-lookup" renderon="portal"]
6565
> > [!NOTE]
66-
> > Enter_the_Supported_Account_Info_Here
66+
> > `Enter_the_Supported_Account_Info_Here`
6767
6868
> [!div renderon="docs"]
6969
> ## Step 1: Get the sample app

articles/active-directory/develop/quickstart-v2-aspnet-core-webapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ In this quickstart, you use a code sample to learn how an ASP.NET Core web app c
7272
> We have configured your project with values of your app's properties and it's ready to run.
7373
> [!div class="sxs-lookup" renderon="portal"]
7474
> > [!NOTE]
75-
> > Enter_the_Supported_Account_Info_Here
75+
> > `Enter_the_Supported_Account_Info_Here`
7676
> [!div renderon="docs"]
7777
> #### Step 3: Run your Visual Studio project
7878
> 1. Extract the zip file to a local folder within the root folder - for example, **C:\Azure-Samples**

articles/active-directory/develop/quickstart-v2-aspnet-webapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ In this quickstart, you use a code sample to learn how an ASP.NET web app to sig
9696
9797
> [!div class="sxs-lookup" renderon="portal"]
9898
> > [!NOTE]
99-
> > Enter_the_Supported_Account_Info_Here
99+
> > `Enter_the_Supported_Account_Info_Here`
100100
101101
## More information
102102

articles/active-directory/develop/quickstart-v2-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ In a terminal window, navigate to the folder with the downloaded code sample and
114114
> 1. Build & run the app!
115115
> [!div class="sxs-lookup" renderon="portal"]
116116
> > [!NOTE]
117-
> > Enter_the_Supported_Account_Info_Here
117+
> > `Enter_the_Supported_Account_Info_Here`
118118
> [!div renderon="docs"]
119119
>
120120
> 1. Extract the zip file and open the project in XCode.

articles/active-directory/develop/quickstart-v2-java-webapp.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ To run this sample you will need:
9797
> [!div renderon="portal" id="autoupdate" class="nextstepaction"]
9898
> [Download the code sample](https://github.com/Azure-Samples/ms-identity-java-webapp/archive/master.zip)
9999
100+
> [!div class="sxs-lookup" renderon="portal"]
101+
> > [!NOTE]
102+
> > `Enter_the_Supported_Account_Info_Here`
103+
100104
> [!div renderon="docs"]
101105
> #### Step 3: Configure the code sample
102106
> 1. Extract the zip file to a local folder.

articles/active-directory/develop/quickstart-v2-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ In this quickstart, you use a code sample to learn how a JavaScript single-page
103103
104104
> [!div renderon="portal"]
105105
> > [!NOTE]
106-
> > Enter_the_Supported_Account_Info_Here
106+
> > `Enter_the_Supported_Account_Info_Here`
107107
108108
> [!div renderon="docs"]
109109
>

articles/active-directory/develop/quickstart-v2-netcore-daemon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This quickstart requires [.NET Core 2.2](https://www.microsoft.com/net/download/
7979
8080
> [!div class="sxs-lookup" renderon="portal"]
8181
> > [!NOTE]
82-
> > Enter_the_Supported_Account_Info_Here
82+
> > `Enter_the_Supported_Account_Info_Here`
8383
8484
> [!div renderon="docs"]
8585
> #### Step 3: Configure your Visual Studio project

articles/active-directory/develop/quickstart-v2-python-daemon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To run this sample, you need:
8181
8282
> [!div class="sxs-lookup" renderon="portal"]
8383
> > [!NOTE]
84-
> > Enter_the_Supported_Account_Info_Here
84+
> > `Enter_the_Supported_Account_Info_Here`
8585
8686

8787
> [!div renderon="docs"]

articles/active-directory/develop/quickstart-v2-python-webapp.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ To run this sample, you will need:
9696
> [!div renderon="portal" id="autoupdate" class="nextstepaction"]
9797
> [Download the code sample](https://github.com/Azure-Samples/ms-identity-python-webapp/archive/master.zip)
9898
99+
> [!div class="sxs-lookup" renderon="portal"]
100+
> > [!NOTE]
101+
> > `Enter_the_Supported_Account_Info_Here`
102+
99103
> [!div renderon="docs"]
100104
> #### Step 3: Configure the Application
101105
>

articles/active-directory/develop/quickstart-v2-uwp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ This quickstart contains a code sample that demonstrates how a Universal Windows
7373
7474
> [!div class="sxs-lookup" renderon="portal"]
7575
> > [!NOTE]
76-
> > Enter_the_Supported_Account_Info_Here
76+
> > `Enter_the_Supported_Account_Info_Here`
7777
7878
> [!div renderon="docs"]
7979
> #### Step 3: Configure your Visual Studio project

0 commit comments

Comments
 (0)