Skip to content

Commit

Permalink
refactor: homogenize app tagline (food and product) (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn authored Oct 2, 2024
1 parent 33f677f commit aabd05e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@

<title>Open Prices</title>
<meta name="title" content="Open Prices" />
<meta name="description" content="An open crowdsourced database of food prices" />
<meta name="description" content="An open crowdsourced database of prices" />

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Open Prices" />
<meta property="og:description" content="An open crowdsourced database of food prices" />
<meta property="og:description" content="An open crowdsourced database of prices" />
<meta property="og:image" content="%VITE_OPEN_PRICES_APP_URL%/logo-vertical-white-social-media-preview.png" />

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Open Prices" />
<meta property="twitter:description" content="An open crowdsourced database of food prices" />
<meta property="twitter:description" content="An open crowdsourced database of prices" />
<meta property="twitter:image" content="%VITE_OPEN_PRICES_APP_URL%/logo-vertical-white-social-media-preview.png" />
</head>

Expand Down
2 changes: 1 addition & 1 deletion public/manifest.local.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Open Prices (Local)",
"short_name": "OpenPrices (Local)",
"description": "An open crowdsourced database of food prices",
"description": "An open crowdsourced database of prices",
"icons": [
{
"src": "/android-chrome-192x192.png",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.preprod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Open Prices (Preprod)",
"short_name": "OpenPrices (Preprod)",
"description": "An open crowdsourced database of food prices",
"description": "An open crowdsourced database of prices",
"icons": [
{
"src": "/android-chrome-192x192.png",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.prod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Open Prices",
"short_name": "OpenPrices",
"description": "An open crowdsourced database of food prices",
"description": "An open crowdsourced database of prices",
"icons": [
{
"src": "/android-chrome-192x192.png",
Expand Down
5 changes: 4 additions & 1 deletion src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,10 @@
"Share": "Share",
"Source": "Source",
"Stats": "Stats",
"Tagline": "The open crowdsourced database of prices",
"TaglineOriginal": "An open crowdsourced database of food prices",
"TaglineAlt1": "The open crowdsourced database of prices",
"TaglineAlt2": "The open crowdsourced database of food and product prices",
"TaglineAlt3": "Prices should be free",
"Thanks": "Thanks",
"TopContributors": "Top contributors",
"TopLocations": "Top locations",
Expand Down

0 comments on commit aabd05e

Please sign in to comment.