mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-21 18:25:02 -04:00
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:
1 parent
904c136f68
commit
944697e68e
1 file changed
+1
-1
@@ -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",
|
||||
|
||||
Reference in new issue
Block a user