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 --- src/components/services/content/ConnectionLostBanner.js | 6 +++--- src/components/services/content/ServiceView.js | 2 +- src/components/services/content/ServiceWebview.js | 6 +++--- src/components/services/content/Services.js | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'src/components/services/content') diff --git a/src/components/services/content/ConnectionLostBanner.js b/src/components/services/content/ConnectionLostBanner.js index 5adb22c84..4f68c1bfe 100644 --- a/src/components/services/content/ConnectionLostBanner.js +++ b/src/components/services/content/ConnectionLostBanner.js @@ -5,13 +5,13 @@ import injectSheet from 'react-jss'; import { defineMessages, injectIntl } from 'react-intl'; import { mdiAlert } from '@mdi/js'; -import { LIVE_API_FERDI_WEBSITE } from '../../../config'; +import { LIVE_API_FERDIUM_WEBSITE } from '../../../config'; import { Icon } from '../../ui/icon'; const messages = defineMessages({ text: { id: 'connectionLostBanner.message', - defaultMessage: 'Oh no! Ferdi lost the connection to {name}.', + defaultMessage: 'Oh no! Ferdium lost the connection to {name}.', }, moreInformation: { id: 'connectionLostBanner.informationLink', @@ -87,7 +87,7 @@ class ConnectionLostBanner extends Component { {intl.formatMessage(messages.text, { name })}
{intl.formatMessage(messages.moreInformation)} diff --git a/src/components/services/content/ServiceView.js b/src/components/services/content/ServiceView.js index a9a013ced..1effcb628 100644 --- a/src/components/services/content/ServiceView.js +++ b/src/components/services/content/ServiceView.js @@ -151,7 +151,7 @@ class ServiceView extends Component { 😴

This service is currently hibernating.
- Try switching services or reloading Ferdi. + Try switching services or reloading Ferdium. )} diff --git a/src/components/services/content/ServiceWebview.js b/src/components/services/content/ServiceWebview.js index 12aaf70b7..f90710c31 100644 --- a/src/components/services/content/ServiceWebview.js +++ b/src/components/services/content/ServiceWebview.js @@ -7,7 +7,7 @@ import { join } from 'path'; import ServiceModel from '../../../models/Service'; -const debug = require('debug')('Ferdi:Services'); +const debug = require('debug')('Ferdium:Services'); class ServiceWebview extends Component { static propTypes = { @@ -31,7 +31,7 @@ class ServiceWebview extends Component { }); this.webview.view.addEventListener('did-navigate', () => { if (this.props.service._webview) { - document.title = `Ferdi - ${this.props.service.name} ${ + document.title = `Ferdium - ${this.props.service.name} ${ this.props.service.dialogTitle ? ` - ${this.props.service.dialogTitle}` : '' @@ -56,7 +56,7 @@ class ServiceWebview extends Component { webview.view.blur(); webview.view.focus(); window.setTimeout(() => { - document.title = `Ferdi - ${this.props.service.name} ${ + document.title = `Ferdium - ${this.props.service.name} ${ this.props.service.dialogTitle ? ` - ${this.props.service.dialogTitle}` : '' diff --git a/src/components/services/content/Services.js b/src/components/services/content/Services.js index 9b43ea177..b38b0e3c3 100644 --- a/src/components/services/content/Services.js +++ b/src/components/services/content/Services.js @@ -17,16 +17,16 @@ const messages = defineMessages({ }, login: { id: 'services.login', - defaultMessage: 'Please login to use Ferdi.', + defaultMessage: 'Please login to use Ferdium.', }, serverless: { id: 'services.serverless', - defaultMessage: 'Use Ferdi without an Account', + defaultMessage: 'Use Ferdium without an Account', }, serverInfo: { id: 'services.serverInfo', defaultMessage: - 'Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!', + 'Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!', }, }); -- cgit v1.2.3-70-g09d2