From bcd75aa21e48495495a3fbd0da37559a49696d3d Mon Sep 17 00:00:00 2001 From: EngincanV Date: Wed, 11 Nov 2020 16:43:33 +0300 Subject: [PATCH] Add missing article request localizations to community --- .../Community/Localization/Resources/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json index 0c7a94424f..c570e6fb1e 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json @@ -90,7 +90,6 @@ "LatestArticles": "Latest Articles", "ArticleRequests": "Article Requests", "AllArticleRequests": "See All Article Requests", - "ArticleAssignRequest": "assign yourself.", "SubscribeToTheNewsletter": "Subscribe to the Newsletter", "NewsletterEmailDefinition": "Get information about happenings in ABP like new releases, free sources, articles, and more.", "NoThanks": "No, thanks", @@ -98,7 +97,8 @@ "JoinOurArticleNewsletter": "Join our article newsletter", "Community": "Community", "Marketing": "Marketing", - "ArticleAssignMessage": "Want to write this article? Click here to", - "CommunityPrivacyPolicyConfirmation": "I agree to the Terms & Conditions and Privacy Policy." + "CommunityPrivacyPolicyConfirmation": "I agree to the Terms & Conditions and Privacy Policy.", + "ArticleRequestMessageTitle": "Open an issue on the GitHub to request an article/tutorial you want to see on this web site.", + "ArticleRequestMessageBody": "Here, the list of the requested articles by the community. Do you want to write a requested article? Please click to the request and join to the discussion." } }