We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941de68 commit 8ce6f21Copy full SHA for 8ce6f21
src/LinkDotNet.Blog.Web/Features/Admin/BlogPostEditor/Components/CreateNewBlogPost.razor
@@ -78,7 +78,7 @@
78
</div>
79
<div class="form-floating mb-3">
80
<InputText type="text" class="form-control" id="tags" placeholder="Tags" @bind-Value="model.Tags"/>
81
- <label for="tags">Tags</label>
+ <label for="tags">Tags (Comma separated)</label>
82
83
@if (BlogPost is not null && !IsScheduled)
84
{
0 commit comments