Skip to content

Commit

Permalink
correct letteres case
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg-Mozhey committed Apr 21, 2023
1 parent c1a7094 commit 49f7026
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void CheckCustomFields()
if (!projectIds.Contains(_testRailSettings.ProjectId))
{
throw new ArgumentException(
$"\r\nOne of the required fields: \"{field.SystemName}\" should be global or attached to the project with id: {_testRailSettings.ProjectId}. Please open TestRail customization menu and configure field with system name '\"{field.SystemName}\"'\r\n");
$"\r\nOne of the required fields: \"{field.SystemName}\" should be global or attached to the project with id: {_testRailSettings.ProjectId}. Please open TestRail Customizations menu and configure field with System Name '\"{field.SystemName}\"'\r\n");
}
}
}
Expand Down

0 comments on commit 49f7026

Please sign in to comment.