Skip to content

Commit

Permalink
Merge pull request #1051 from pkuehnel/fix/issuetypo
Browse files Browse the repository at this point in the history
fix(possibleIssues): fix typo in Token not yet requested issue
  • Loading branch information
pkuehnel authored Jan 5, 2024
2 parents 4e2f1c8 + 36021ca commit d82dddc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public PossibleIssues(IssueKeys issueKeys)
{
issueKeys.FleetApiTokenNotRequested, CreateIssue("You did not request a Tesla Token, yet.",
IssueType.Error,
"Open the <a href=\"/BaseConfiguration\">Base Configuration</a> and request a new token. Important: You need to allow acces to all selectable scopes."
"Open the <a href=\"/BaseConfiguration\">Base Configuration</a> and request a new token. Important: You need to allow access to all selectable scopes."
)
},
{
Expand Down

0 comments on commit d82dddc

Please sign in to comment.