Skip to content

Commit 40d0708

Browse files
author
Kapil Borle
committed
Add localized strings for correction description
1 parent ba7463b commit 40d0708

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

Rules/Strings.Designer.cs

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Rules/Strings.resx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,4 +810,13 @@
810810
<data name="UseToExportFieldsInManifestName" xml:space="preserve">
811811
<value>UseToExportFieldsInManifest</value>
812812
</data>
813+
<data name="AvoidUsingCmdletAliasesCorrectionDescription" xml:space="preserve">
814+
<value>Replace {0} with {1}</value>
815+
</data>
816+
<data name="AvoidUsingPlainTextForPasswordCorrectionDescription" xml:space="preserve">
817+
<value>Set {0} type to SecureString</value>
818+
</data>
819+
<data name="UseToExportFieldsInManifestCorrectionDescription" xml:space="preserve">
820+
<value>Replace {0} with {1}</value>
821+
</data>
813822
</root>

0 commit comments

Comments
 (0)