From a63d840d691be33930d0b19b0742fe87cf733166 Mon Sep 17 00:00:00 2001 From: Alperen Samurlu Date: Tue, 7 Oct 2025 22:02:42 +0300 Subject: [PATCH] Add error message for post creation failure Introduced a new localization string 'PostCreationFailed' to provide feedback when post creation encounters an error. --- .../AbpIoLocalization/Www/Localization/Resources/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json index e3d8c34c72..18730b51d6 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json @@ -616,6 +616,7 @@ "QuestionItemErrorMessage": "Could not get the latest question details from Stackoverflow.", "Oops": "Oops!", "CreatePostSuccessMessage": "The Post has been successfully submitted. It will be published after a review from the site admin.", + "PostCreationFailed": "An error occurred while creating the post. Please try again later.", "Browse": "Browse", "CoverImage": "Cover Image", "ShareYourExperiencesWithTheABPFramework": "ABP Community Articles | Read or Submit Articles",