fix(i18n): remove period from "definition_successful_adding" message in English

Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
This commit is contained in:
objecttothis committed 2026-08-25 18:22:28 +04:00
1 parent 904c136f68
commit 944697e68e
1 file changed
+1 -1
+1 -1
View File
@@ -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",