diff --git a/src/ts/helpers/Title.ts b/src/ts/helpers/Title.ts index 82b5a50..f083b8b 100644 --- a/src/ts/helpers/Title.ts +++ b/src/ts/helpers/Title.ts @@ -45,7 +45,7 @@ function getFormattedType(dataGrip: any): string { export default function getTitle(dataGrip: any, commits: any) { if (!commits.length) { - return 'Git статистика'; + return 'Git Statistics'; } const type = getFormattedType(dataGrip) || ''; diff --git a/src/ts/pages/Settings/components/Common.tsx b/src/ts/pages/Settings/components/Common.tsx index 1e4d5aa..192cb5f 100644 --- a/src/ts/pages/Settings/components/Common.tsx +++ b/src/ts/pages/Settings/components/Common.tsx @@ -19,10 +19,10 @@ const Common = observer((): React.ReactElement | null => { { setTitle(value); - document.title = value || 'Git статистика'; + document.title = value || 'Git Statistics'; applicationHasCustom.title = true; }} />