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/ServiceWebview.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/services/content/ServiceWebview.js') 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}` : '' -- cgit v1.2.3-70-g09d2