Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Update default rulesets info bar text
Browse files Browse the repository at this point in the history
  • Loading branch information
picimako committed Jan 23, 2023
1 parent 196abcf commit cef5579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/Rosie/CodigaDefaultRulesetsInfoBarHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace Extension.Rosie
public static class CodigaDefaultRulesetsInfoBarHelper
{
//\n characters are for better formatting of the entire content of the info bar
private const string InfoBarText = "Check for security, code style in your Python code with Codiga.\n";
private const string InfoBarText = "Check your code for security and code style issues with Codiga.\n";
private const string CreateCodigaYmlActionText = "Create codiga.yml\n";
private const string NeverForThisSolutionActionText = "Never for this solution";

Expand Down

0 comments on commit cef5579

Please sign in to comment.