From 944697e68ef97b8bc235280160d18e8d3e67a3b4 Mon Sep 17 00:00:00 2001 From: objecttothis <17935339+objecttothis@users.noreply.github.com> Date: Tue, 25 Aug 2026 18:22:28 +0400 Subject: [PATCH] fix(i18n): remove period from "definition_successful_adding" message in English Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com> --- app/Language/en/Attributes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Language/en/Attributes.php b/app/Language/en/Attributes.php index fbf64daa6..c6270efdc 100644 --- a/app/Language/en/Attributes.php +++ b/app/Language/en/Attributes.php @@ -13,7 +13,7 @@ return [ "definition_name" => "Add Attribute", "definition_name_required" => "Attribute name is a required field", "definition_one_or_multiple" => "attribute(s)", - "definition_successful_adding" => "You have successfully added the attribute.", + "definition_successful_adding" => "You have successfully added the attribute", "definition_successful_deleted" => "You have successfully deleted", "definition_successful_updating" => "You have successfully updated the attribute", "definition_type" => "Attribute Type",