From bdf1e7413cb97bb19c86e3d9e953d7a8f44e7954 Mon Sep 17 00:00:00 2001
From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com>
Date: Tue, 10 May 2022 12:38:26 +0200
Subject: [PATCH] Updated 'no page URL' notice
---
resources/views/panel/index.blade.php | 2 +-
resources/views/studio/index.blade.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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