Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Invalid project message text update (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Jun 4, 2023
1 parent 0bf352a commit 3aeaf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export async function showOpenFolder(projectFolder: Uri) {
export function showInvalidTemplateProjectUrlErrorMessage(templateUrl: string) {
// show invalid template project Url message
window.showErrorMessage(
`Invalided Evidence project template Url: ${templateUrl}.`,
`Invalid Evidence project template Url: ${templateUrl}.`,
'OK'
);
}

0 comments on commit 3aeaf5d

Please sign in to comment.