aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal-server/resources/views/index.edge
diff options
context:
space:
mode:
authorLibravatar Aditya Mangalampalli <aditya.mangalampalli@gmail.com>2022-04-15 02:00:25 -0700
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 21:57:57 +0530
commit210131ca184c3aa043371857c022aa1aa149efbf (patch)
tree6bc4e10a1540e55a66146c099bc468a12287425e /src/internal-server/resources/views/index.edge
parentUpdate submodule url to ferdium-recipes (#1) (diff)
downloadferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.gz
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.zst
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.zip
Matched casing for almost all replacements
Diffstat (limited to 'src/internal-server/resources/views/index.edge')
-rw-r--r--src/internal-server/resources/views/index.edge8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/internal-server/resources/views/index.edge b/src/internal-server/resources/views/index.edge
index b01bd7569..c6afcc14e 100644
--- a/src/internal-server/resources/views/index.edge
+++ b/src/internal-server/resources/views/index.edge
@@ -8,12 +8,12 @@
8 } 8 }
9 9
10</style> 10</style>
11<h1>Internal Ferdi Server</h1> 11<h1>Internal Ferdium Server</h1>
12<p>You are accessing the local server instance of your Ferdi application. This server is used to enable Ferdi's "Use without an Account" feature.</p> 12<p>You are accessing the local server instance of your Ferdium application. This server is used to enable Ferdium's "Use without an Account" feature.</p>
13<p> 13<p>
14 To use Ferdi without an account, log out of your current account (if you are already logged in) and choose "Use Ferdi without an Account". 14 To use Ferdium without an account, log out of your current account (if you are already logged in) and choose "Use Ferdium without an Account".
15</p> 15</p>
16<p> 16<p>
17 Alternatively, you can <a href="/import">import your account from a remote server</a> or <a href="/transfer">import your data from a ".ferdi-data" file</a> or <a href="/transfer">export your data to a ".ferdi-data" file</a>. 17 Alternatively, you can <a href="/import">import your account from a remote server</a> or <a href="/transfer">import your data from a ".ferdium-data" file</a> or <a href="/transfer">export your data to a ".ferdium-data" file</a>.
18</p> 18</p>
19@endsection 19@endsection