aboutsummaryrefslogtreecommitdiffstats
path: root/resources/views/others
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/others')
-rw-r--r--resources/views/others/import.edge6
-rw-r--r--resources/views/others/index.edge4
-rw-r--r--resources/views/others/new.edge4
3 files changed, 7 insertions, 7 deletions
diff --git a/resources/views/others/import.edge b/resources/views/others/import.edge
index 918c60b..7fb58de 100644
--- a/resources/views/others/import.edge
+++ b/resources/views/others/import.edge
@@ -5,10 +5,10 @@
5<form class="w-full max-w-sm bg-white shadow-md rounded px-8 pt-6 pb-8 mb-4" 5<form class="w-full max-w-sm bg-white shadow-md rounded px-8 pt-6 pb-8 mb-4"
6 action="/import" method="POST"> 6 action="/import" method="POST">
7 <h1 class="text-gray-700 text-center text-2xl pb-5"> 7 <h1 class="text-gray-700 text-center text-2xl pb-5">
8 Import your Franz account 8 Import your Franz/Ferdi account
9 </h1> 9 </h1>
10 <p class="text-gray-600 text-sm text-center py-2"> 10 <p class="text-gray-600 text-sm text-center py-2">
11 Please login using your Franz account. We will create a new Ferdi account with the same credentials. 11 Please login using your Franz/Ferdi account. We will create a new Ferdium account with the same credentials.
12 </p> 12 </p>
13 13
14 @if(flashMessage('error')) 14 @if(flashMessage('error'))
@@ -54,7 +54,7 @@
54 Import account 54 Import account
55 </button> 55 </button>
56 <p class="text-gray-600 text-sm text-center py-2"> 56 <p class="text-gray-600 text-sm text-center py-2">
57 By importing your Franz account, you accept the <a href="/terms">terms of service</a> and <a href="/privacy">privacy 57 By importing your Franz/Ferdi account, you accept the <a href="/terms">terms of service</a> and <a href="/privacy">privacy
58 policy</a> 58 policy</a>
59 </p> 59 </p>
60 <div class="text-center"> 60 <div class="text-center">
diff --git a/resources/views/others/index.edge b/resources/views/others/index.edge
index ade5304..5cc5726 100644
--- a/resources/views/others/index.edge
+++ b/resources/views/others/index.edge
@@ -17,7 +17,7 @@
17 <div class="flex w-full justify-center md:justify-start pb-0 fade-in"> 17 <div class="flex w-full justify-center md:justify-start pb-0 fade-in">
18 <ol class="list-decimal list-inside"> 18 <ol class="list-decimal list-inside">
19 <li> 19 <li>
20 Logout of Ferdi, if you are currently logged in 20 Logout of Ferdium, if you are currently logged in
21 </li> 21 </li>
22 <li> 22 <li>
23 Choose "Change Server" to get to the settings screen 23 Choose "Change Server" to get to the settings screen
@@ -34,7 +34,7 @@
34 <a href="/user/account" class="bg-gray-700 hover:bg-gray-900 text-white font-bold text-center md:text-left py-2 px-4 rounded"> 34 <a href="/user/account" class="bg-gray-700 hover:bg-gray-900 text-white font-bold text-center md:text-left py-2 px-4 rounded">
35 Go to account dashboard 35 Go to account dashboard
36 </a> 36 </a>
37 <p class="text-gray-700 my-10 py-0 pb-8 lg:pb-6 text-center md:text-left fade-in pt-2"><em><a href="https://getferdi.com">Don't have Ferdi yet?</a></em></p> 37 <p class="text-gray-700 my-10 py-0 pb-8 lg:pb-6 text-center md:text-left fade-in pt-2"><em><a href="https://ferdium.org">Don't have Ferdium yet?</a></em></p>
38 </div> 38 </div>
39 39
40 <!--Right Col--> 40 <!--Right Col-->
diff --git a/resources/views/others/new.edge b/resources/views/others/new.edge
index 96bd0ee..1bfd46f 100644
--- a/resources/views/others/new.edge
+++ b/resources/views/others/new.edge
@@ -2,8 +2,8 @@
2 2
3@section('content') 3@section('content')
4<h1>Create a new recipe</h1> 4<h1>Create a new recipe</h1>
5<p>Please create a recipe using <a href="https://github.com/meetfranz/plugins/blob/master/docs/integration.md">the 5<p>Please create a recipe using <a href="https://github.com/ferdium/ferdium-recipes/blob/master/docs/integration.md">the
6 official Franz guide</a>, then publish it here.</p> 6 official guide</a>, then publish it here.</p>
7<form action="new" method="post" enctype="multipart/form-data"> 7<form action="new" method="post" enctype="multipart/form-data">
8 <label for="author">Author</label><br /> 8 <label for="author">Author</label><br />
9 <input type="text" name="author" placeholder="Jon Doe" required><br /> 9 <input type="text" name="author" placeholder="Jon Doe" required><br />