Skip to content

Commit 1b4c5e4

Browse files
committed
Fixing product name and misspellings in resource strings
1 parent 4fc3616 commit 1b4c5e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/CLU/Commands.Common.Authentication/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/CLU/Commands.Common.Authentication/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<value>The environment name '{0}' is not found.</value>
140140
</data>
141141
<data name="ExpiredRefreshToken" xml:space="preserve">
142-
<value>Your Microsoft Azure credential in the Windows PowerShell session has expired. Please log in again. </value>
142+
<value>Your Microsoft Azure credential has expired. Please log in again.</value>
143143
</data>
144144
<data name="FilePathIsNotValid" xml:space="preserve">
145145
<value>File path is not valid</value>

src/CLU/Microsoft.Azure.Commands.Profile/Models/RMProfileClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ public IEnumerable<AzureSubscription> ListSubscriptions()
403403
catch (AadAuthenticationException)
404404
{
405405
WriteWarningMessage(string.Format("Could not authenticate user account {0} with tenant {1}. " +
406-
"Subscriptions in this tenant will not be listed. Please ladd your account again " +
406+
"Subscriptions in this tenant will not be listed. Please add your account again " +
407407
"to view the subscriptions in this tenant.", _profile.Context.Account, tenant));
408408
}
409409

0 commit comments

Comments
 (0)