From 210131ca184c3aa043371857c022aa1aa149efbf Mon Sep 17 00:00:00 2001 From: Aditya Mangalampalli Date: Fri, 15 Apr 2022 02:00:25 -0700 Subject: Matched casing for almost all replacements --- .../supportFerdi/SupportFerdiDashboard.tsx | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'src/components/settings/supportFerdi/SupportFerdiDashboard.tsx') diff --git a/src/components/settings/supportFerdi/SupportFerdiDashboard.tsx b/src/components/settings/supportFerdi/SupportFerdiDashboard.tsx index 948d0c1d1..b55f0d3d0 100644 --- a/src/components/settings/supportFerdi/SupportFerdiDashboard.tsx +++ b/src/components/settings/supportFerdi/SupportFerdiDashboard.tsx @@ -2,20 +2,20 @@ import { defineMessages, useIntl } from 'react-intl'; const messages = defineMessages({ headline: { - id: 'settings.supportFerdi.headline', - defaultMessage: 'About Ferdi', + id: 'settings.supportFerdium.headline', + defaultMessage: 'About Ferdium', }, aboutIntro: { - id: 'settings.supportFerdi.aboutIntro', + id: 'settings.supportFerdium.aboutIntro', defaultMessage: 'Special thanks goes to these awesome people:', }, about: { - id: 'settings.supportFerdi.about', - defaultMessage: 'The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.', + id: 'settings.supportFerdium.about', + defaultMessage: 'The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.', } }); -const SupportFerdiDashboard = () => { +const SupportFerdiumDashboard = () => { const intl = useIntl(); return ( @@ -29,50 +29,50 @@ const SupportFerdiDashboard = () => {

Twitter Follow GitHub Stars - - Crowdin + + Crowdin Open Collective backers

{intl.formatMessage(messages.aboutIntro)}

GitHub contributors (non-exhaustive)

@@ -83,4 +83,4 @@ const SupportFerdiDashboard = () => { ); }; -export default SupportFerdiDashboard; +export default SupportFerdiumDashboard; -- cgit v1.2.3-70-g09d2