diff --git a/resources/views/panel/index.blade.php b/resources/views/panel/index.blade.php
index 5cff89b..9aa9ec9 100755
--- a/resources/views/panel/index.blade.php
+++ b/resources/views/panel/index.blade.php
@@ -3,7 +3,7 @@
@section('content')
@if($littlelink_name == '')
👋 Hi, stranger
- You do not have a Page URL set, yet you can change that in the Page section
+ You do not have a Page URL set, yet you can change that on the Page section
@else
👋 Hi, @= $littlelink_name ?>
@endif
diff --git a/resources/views/studio/index.blade.php b/resources/views/studio/index.blade.php
index c273ad1..34cb0c8 100755
--- a/resources/views/studio/index.blade.php
+++ b/resources/views/studio/index.blade.php
@@ -3,7 +3,7 @@
@section('content')
@if($littlelink_name == '')
👋 Hi, stranger
- You do not have a Page URL set, yet you can change that in the Page section
+ You do not have a Page URL set, yet you can change that on the Page section
@else
👋 Hi, @= $littlelink_name ?>
@endif