From 442ef142fc4bd7c430d8a1314535f03576f616f6 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 24 Apr 2022 12:23:44 -0500 Subject: Rebranded from 'ferdi' to 'ferdium' (#4) --- resources/announcements/version.json | 8 ++++---- resources/views/dashboard/account.edge | 2 +- resources/views/dashboard/delete.edge | 2 +- resources/views/dashboard/login.edge | 2 +- resources/views/dashboard/transfer.edge | 2 +- resources/views/layouts/main.edge | 2 +- resources/views/layouts/v2.edge | 4 ++-- resources/views/others/import.edge | 6 +++--- resources/views/others/index.edge | 4 ++-- resources/views/others/new.edge | 4 ++-- 10 files changed, 18 insertions(+), 18 deletions(-) (limited to 'resources') diff --git a/resources/announcements/version.json b/resources/announcements/version.json index 79aabf3..3865a89 100644 --- a/resources/announcements/version.json +++ b/resources/announcements/version.json @@ -1,10 +1,10 @@ { "main": { - "headline": "Example Accouncement", + "headline": "Example Announcement", "subHeadline": "Configure your announcement here", "image": { - "light": "https://api.getferdi.com/assets/feature/light.png", - "dark": "https://api.getferdi.com/assets/feature/dark.png" + "light": "https://api.ferdium.org/assets/feature/light.png", + "dark": "https://api.ferdium.org/assets/feature/dark.png" }, "text": "Long description here", "cta": { @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/resources/views/dashboard/account.edge b/resources/views/dashboard/account.edge index a36d175..b805ac5 100644 --- a/resources/views/dashboard/account.edge +++ b/resources/views/dashboard/account.edge @@ -4,7 +4,7 @@

- Your Ferdi account + Your Ferdium account

@if(flashMessage('error'))
diff --git a/resources/views/dashboard/delete.edge b/resources/views/dashboard/delete.edge index 1395f7a..d058a73 100644 --- a/resources/views/dashboard/delete.edge +++ b/resources/views/dashboard/delete.edge @@ -16,7 +16,7 @@ @endif
-

Are you sure, that you want to delete your Ferdi account?

+

Are you sure, that you want to delete your Ferdium account?

This will permanently delete all your account settings, services and workspaces.

{{ csrfField() }} diff --git a/resources/views/dashboard/login.edge b/resources/views/dashboard/login.edge index ee354a4..23995ae 100644 --- a/resources/views/dashboard/login.edge +++ b/resources/views/dashboard/login.edge @@ -61,7 +61,7 @@
diff --git a/resources/views/dashboard/transfer.edge b/resources/views/dashboard/transfer.edge index 9412a8c..103381d 100644 --- a/resources/views/dashboard/transfer.edge +++ b/resources/views/dashboard/transfer.edge @@ -28,7 +28,7 @@

Import data

- +
diff --git a/resources/views/layouts/main.edge b/resources/views/layouts/main.edge index 00d9987..c611bc5 100644 --- a/resources/views/layouts/main.edge +++ b/resources/views/layouts/main.edge @@ -5,7 +5,7 @@ - ferdi-server + ferdium-server {{ style('css/vanilla') }} diff --git a/resources/views/layouts/v2.edge b/resources/views/layouts/v2.edge index 999be94..312ed67 100644 --- a/resources/views/layouts/v2.edge +++ b/resources/views/layouts/v2.edge @@ -16,8 +16,8 @@
- - Star + + Star
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 @@

- Import your Franz account + Import your Franz/Ferdi account

- Please login using your Franz account. We will create a new Ferdi account with the same credentials. + Please login using your Franz/Ferdi account. We will create a new Ferdium account with the same credentials.

@if(flashMessage('error')) @@ -54,7 +54,7 @@ Import account

- By importing your Franz account, you accept the terms of service and privacy + By importing your Franz/Ferdi account, you accept the terms of service and privacy policy

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 @@
  1. - Logout of Ferdi, if you are currently logged in + Logout of Ferdium, if you are currently logged in
  2. Choose "Change Server" to get to the settings screen @@ -34,7 +34,7 @@ Go to account dashboard -

    Don't have Ferdi yet?

    +

    Don't have Ferdium yet?

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 @@ @section('content')

Create a new recipe

-

Please create a recipe using the - official Franz guide, then publish it here.

+

Please create a recipe using the + official guide, then publish it here.



-- cgit v1.2.3-54-g00ecf