From 5a3b83cccefa265b5c5b9739036758ce64876667 Mon Sep 17 00:00:00 2001 From: ItzTrivial <66124070+ItzTrivial@users.noreply.github.com> Date: Mon, 5 Sep 2022 15:26:49 +0200 Subject: [PATCH] Update en.lua --- [esx_addons]/esx_property/locales/en.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/[esx_addons]/esx_property/locales/en.lua b/[esx_addons]/esx_property/locales/en.lua index 30e955fe..031fba23 100644 --- a/[esx_addons]/esx_property/locales/en.lua +++ b/[esx_addons]/esx_property/locales/en.lua @@ -140,9 +140,9 @@ Locales['en'] = { ["exiting"] = "Exiting property...", ["entering"] = "Entering property...", - ["shell_disabled"] ="This Interior Uses Shells, which are disabled!.", + ["shell_disabled"] ="This Interior Uses Shells, which are disabled!", ["access_textui"] = "Press ~b~[E]~s~ to Access ~b~%s", - ["raid_notify_error"] = "You need ~b~ %sx %s~s~ to be able to raid!.", + ["raid_notify_error"] = "You need ~b~ %sx %s~s~ to be able to raid!", ["raid_notify_success"] = "Your Property is Currently Being ~b~Raided!", --------------- Garage Strings -------------- @@ -169,7 +169,7 @@ Locales['en'] = { ["element_description4"] = "(Optional) Manage Garage Settings", ["element_title5"] = "CCTV", ["element_description5"] = "(Optional) Manage CCTV Settings", - ["element_title6"] = "Entance", + ["element_title6"] = "Entrance", ["element_description6"] = "Set The Property`s Entrance Location.", ["element_create_title"] = "Create Property", ["element_create_desc_1"] = "Please Fill Out all Required Inputs!", @@ -194,4 +194,4 @@ Locales['en'] = { ["cctv_textui_3"] = "Press ~b~[E]~s~ to Set Max Left Roation", ["create_success"] = "Property created!", ["missing_data"] = "Please Fill Out all Required Inputs!", - } \ No newline at end of file + }