Skip to content

Commit dea8301

Browse files
committed
Update Resources.resx
fixed typos experienced when trying to resolve http://stackoverflow.com/questions/30123326/cant-get-move-azureresource-working
1 parent f50060c commit dea8301

File tree

1 file changed

+2
-2
lines changed
  • src/ResourceManager/Resources/Commands.Resources/Properties

1 file changed

+2
-2
lines changed

src/ResourceManager/Resources/Commands.Resources/Properties/Resources.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
<value>Moving resource(s) ...</value>
251251
</data>
252252
<data name="MovingResources" xml:space="preserve">
253-
<value>Are you sure you want to move resource(s) into the resource goup named '{0}' - the resource(s): '{1}'</value>
253+
<value>Are you sure you want to move resource(s) into the resource group named '{0}' - the resource(s): '{1}'</value>
254254
</data>
255255
<data name="MovingResourcesFromDifferentSourceResourceGroupsNotAllowed" xml:space="preserve">
256256
<value>Moving resources from different source resource groups is not allowed.</value>
@@ -259,7 +259,7 @@
259259
<value>Moving resources from different subscriptions is not currently supported.</value>
260260
</data>
261261
<data name="MovingResourcesIntoNewSubscription" xml:space="preserve">
262-
<value>Are you sure you want to move resource(s) into the resource goup named '{0}' in the subscription named '{1}' and id '{2}' - the resource(s): '{3}'</value>
262+
<value>Are you sure you want to move resource(s) into the resource group named '{0}' in the subscription named '{1}' and id '{2}' - the resource(s): '{3}'</value>
263263
</data>
264264
<data name="SubscriptionWithTheSpecifiedNameNotFount" xml:space="preserve">
265265
<value>A subscription with the name '{0}' was not found. If this is a newly created subscription you will need to re-download your subscriptions.</value>

0 commit comments

Comments
 (0)