Skip to content

Commit 1fba2af

Browse files
committed
Tweak codefix action
1 parent 3bca9b4 commit 1fba2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StronglyTypedIds/Diagnostics/UnknownTemplateCodeFixProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public override Task RegisterCodeFixesAsync(CodeFixContext context)
7777

7878
context.RegisterCodeFix(
7979
CodeAction.Create(
80-
$"Add {templateName}.typedid template to the project",
80+
$"Add '{templateName}.typedid' template to the project",
8181
cancellationToken => GetTransformedSolutionAsync(context.Document, templateName, cancellationToken),
8282
nameof(UnknownTemplateCodeFixProvider)),
8383
diagnostic);

0 commit comments

Comments
 (0)