Skip to content

Commit 8ce6f21

Browse files
digitaldirklinkdotnet
authored andcommitted
Update tag text
1 parent 941de68 commit 8ce6f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Features/Admin/BlogPostEditor/Components/CreateNewBlogPost.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</div>
7979
<div class="form-floating mb-3">
8080
<InputText type="text" class="form-control" id="tags" placeholder="Tags" @bind-Value="model.Tags"/>
81-
<label for="tags">Tags</label>
81+
<label for="tags">Tags (Comma separated)</label>
8282
</div>
8383
@if (BlogPost is not null && !IsScheduled)
8484
{

0 commit comments

Comments
 (0)