diff --git a/.env.example b/.env.example
index 95726bdf..f1b8c606 100644
--- a/.env.example
+++ b/.env.example
@@ -5,7 +5,7 @@ APP_DEBUG=true
APP_URL=http://localhost
APP_DEMO=false
-LOG_CHANNEL=stack
+LOG_CHANNEL=daily
SCOUT_DRIVER=tntsearch
SCOUT_QUEUE=true
diff --git a/config/language-translations.php b/config/language-translations.php
index 38e85f33..bbd73d05 100644
--- a/config/language-translations.php
+++ b/config/language-translations.php
@@ -562,7 +562,7 @@ return [
"shared_form.button_generate" => "Generate Link",
"shared_form.button_more_options" => "Set Expiration",
"shared_form.email_placeholder" => "Type your emails",
- "shared_form.email_successfully_send_message" => "Your item was successfully sended to recipients emails.",
+ "shared_form.email_successfully_send_message" => "Your item was successfully send to recipients emails.",
"shared_form.expiration_day" => "{value}d.",
"shared_form.expiration_hour" => "{value}h.",
"shared_form.label_expiration" => "Link Expiration",
diff --git a/resources/js/views/Admin/Languages/Language.vue b/resources/js/views/Admin/Languages/Language.vue
index d67c3035..078a76b9 100644
--- a/resources/js/views/Admin/Languages/Language.vue
+++ b/resources/js/views/Admin/Languages/Language.vue
@@ -122,22 +122,11 @@
-
-
-