Browse Source
Merge pull request #17592 from abpframework/auto-merge/rel-7-4/2172
Merge branch dev with rel-7.4
pull/17597/head
Engincan VESKE
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
7 additions and
2 deletions
-
modules/cms-kit/src/Volo.CmsKit.Admin.Web/Pages/CmsKit/Tags/Components/TagEditor/Default.cshtml
-
modules/cms-kit/src/Volo.CmsKit.Domain.Shared/Volo/CmsKit/Localization/Resources/en.json
|
|
|
@ -11,6 +11,7 @@ |
|
|
|
<div class="mb-3"> |
|
|
|
<label class="form-label">@L["Tags"]</label> |
|
|
|
<input name="tags" value="@string.Join(',', Model.Tags.Select(s => s.Name))" class="form-control"/> |
|
|
|
<div class="form-text">@L["TagsHelpText"]</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
@if (Model.DisplaySubmitButton) |
|
|
|
|
|
|
|
@ -215,10 +215,14 @@ |
|
|
|
"DeleteBlogPostMessage": "The blog will be deleted. Are you sure?", |
|
|
|
"CaptchaCode": "Captcha code", |
|
|
|
"CommentTextRequired": "Comment is required", |
|
|
|
"CaptchaCodeErrorMessage" : "The answer you entered for the CAPTCHA was not correct. Please try again", |
|
|
|
"CaptchaCodeErrorMessage": "The answer you entered for the CAPTCHA was not correct. Please try again", |
|
|
|
"CaptchaCodeMissingMessage": "The captcha code is missing!", |
|
|
|
"UnAllowedExternalUrlMessage": "You included an unallowed external URL. Please try again without the external URL.", |
|
|
|
"URL": "URL", |
|
|
|
"PopularTags": "Popular Tags" |
|
|
|
"PopularTags": "Popular Tags", |
|
|
|
"RemoveCoverImageConfirmationMessage": "Are you sure you want to remove the cover image?", |
|
|
|
"RemoveCoverImage": "Remove cover image", |
|
|
|
"CssClass": "CSS Class", |
|
|
|
"TagsHelpText": "Tags should be comma-separated (e.g.: tag1, tag2, tag3)" |
|
|
|
} |
|
|
|
} |