Skip to content

Commit

Permalink
Text tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Mar 12, 2023
1 parent b514ec2 commit da54599
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages/desktop-app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Head from "next/head";
import React from "react";

const App: NextPage = ({ downloadURL, downloadCount, version }: any) => {
const desktopAppDescription = `Download COH3 Stats Desktop app v${version}. No configuration required. OBS Overlay feature. Detailed info on your current match opponents. Sound notifications of new game and more.`;
const desktopAppDescription = `Download COH3 Stats Desktop app ${version}. No configuration required. OBS Overlay feature. Detailed info on your current match opponents. Sound notifications of new game and more.`;

return (
<>
Expand Down
4 changes: 2 additions & 2 deletions pages/leaderboards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@ const Leaderboards = ({
<title>{pageTitle}</title>
<meta
name="description"
content={`COH3 Ranked leaderboards for faction ${localizedRace} and game type ${localizedType}.`}
content={`Ranked leaderboards for faction ${localizedRace} and game type ${localizedType}. Company of Heroes 3`}
/>
<meta
name="keywords"
content={`coh3, coh3 leaderboards, coh3 ${raceToFetch} leaderboards, coh3 live leaderboards`}
content={`coh3, coh3 leaderboards, coh3 ${raceToFetch} leaderboards, coh3 live leaderboards, coh3 stats`}
/>
<meta property="og:image" content={`/icons/general/${raceToFetch}.webp`} />
</Head>
Expand Down
2 changes: 1 addition & 1 deletion pages/players/[playerID].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const PlayerCard = ({
<title>{pageTitle}</title>
<meta
name="description"
content={`COH3 Stats - player card for player ${playerData.info.name}.`}
content={`Player card for player ${playerData.info.name}. COH3 Stats`}
/>
<meta
name="keywords"
Expand Down

0 comments on commit da54599

Please sign in to comment.