Skip to content

Commit ef30e67

Browse files
committed
Using the correct resx file
1 parent 0d83375 commit ef30e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/Service/CreateAzureSiteRecoveryProtectionProfileObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ private void EnterpriseToAzureProtectionProfileObject()
214214

215215
if (!validationSuccessful)
216216
{
217-
this.WriteWarning(string.Format(Resources.StorageAccountValidationUnsuccessful));
217+
this.WriteWarning(string.Format(Properties.Resources.StorageAccountValidationUnsuccessful));
218218

219219
this.ConfirmAction(
220220
this.Force.IsPresent,

0 commit comments

Comments
 (0)