Browse Source

turned to info instead of label and changed the text

pull/14330/head
braim23 3 years ago
parent
commit
489dac3555
  1. 2
      modules/blogging/src/Volo.Blogging.Domain.Shared/Volo/Blogging/Localization/Resources/en.json
  2. 2
      modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Edit.cshtml
  3. 2
      modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/New.cshtml

2
modules/blogging/src/Volo.Blogging.Domain.Shared/Volo/Blogging/Localization/Resources/en.json

@ -59,6 +59,6 @@
"ClearCacheConfirmationMessage": "Are you sure you want to clear the cache?",
"MarkdownSupported": "Markdown is supported",
"FileUploadInfo": "Drag, drop, or paste a copied image.",
"PostDescriptionHint": "Description (will be rendered in the article link preview, supports HTML)"
"PostDescriptionHint": "* Will be rendered in the article link preview, supports HTML"
}
}

2
modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Edit.cshtml

@ -60,7 +60,7 @@
<abp-input asp-for="Post.Tags" />
<abp-input asp-for="Post.Description" label="@L["PostDescriptionHint"].Value" />
<abp-input asp-for="Post.Description" info="@L["PostDescriptionHint"].Value" />
<abp-input asp-for="Post.BlogId" />
<abp-input asp-for="Post.Id" />
<abp-input asp-for="Post.Content" />

2
modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/New.cshtml

@ -57,7 +57,7 @@
<abp-input asp-for="Post.Content" />
<abp-input asp-for="Post.Tags" />
<abp-input asp-for="Post.Description" label="@L["PostDescriptionHint"].Value" />
<abp-input asp-for="Post.Description" info="@L["PostDescriptionHint"].Value" />
<div class="mb-3">

Loading…
Cancel
Save