Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 10957ba

Browse files
committed
Fix OpenCSP_Failed error string to include format parameter
1 parent ce056a8 commit 10957ba

File tree

1 file changed

+1
-1
lines changed
  • src/System.Security.Cryptography.RSA/src/Resources

1 file changed

+1
-1
lines changed

src/System.Security.Cryptography.RSA/src/Resources/Strings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
<value>Stream does not support writing.</value>
215215
</data>
216216
<data name="OpenCSP_Failed" xml:space="preserve">
217-
<value>OpenCSP failed with Error code </value>
217+
<value>OpenCSP failed with error code {0}.</value>
218218
</data>
219219
<data name="Cryptography_UnknownHashAlgorithm" xml:space="preserve">
220220
<value>'{0}' is not a known hash algorithm.</value>

0 commit comments

Comments
 (0)