Skip to content

Commit 5e5e5a7

Browse files
committed
removing quotes
1 parent a2b3133 commit 5e5e5a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/Properties/Resources.Designer.cs

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

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/Properties/Resources.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@ ClientRequestId: {3}</value>
228228
<value>Please provide both Source Nic and Recovery Target to update</value>
229229
</data>
230230
<data name="MandatoryParamFromNextRelease" xml:space="preserve">
231-
<value>"{0} will be a mandatory paramter from next release."</value>
231+
<value>{0} will be a mandatory paramter from next release.</value>
232232
</data>
233233
<data name="IDBasedParamUsageNotSupportedFromNextRelease" xml:space="preserve">
234-
<value>"Calls using ID based parameter {0} will not be supported from next release. Please use its corresponding full object parameter instead."</value>
234+
<value>Calls using ID based parameter {0} will not be supported from next release. Please use its corresponding full object parameter instead.</value>
235235
</data>
236236
<data name="InvalidReplicationFrequency" xml:space="preserve">
237237
<value>Replication Frequency {0} is invalid</value>

0 commit comments

Comments
 (0)