From aabd05e2292bd9f5dcbdb16c87e0cf75ae63956e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Odini?= Date: Wed, 2 Oct 2024 19:47:55 +0200 Subject: [PATCH] refactor: homogenize app tagline (food and product) (#909) --- index.html | 6 +++--- public/manifest.local.json | 2 +- public/manifest.preprod.json | 2 +- public/manifest.prod.json | 2 +- src/i18n/locales/en.json | 5 ++++- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index c6e2a189ad..87eb639cbf 100644 --- a/index.html +++ b/index.html @@ -14,18 +14,18 @@ Open Prices - + - + - + diff --git a/public/manifest.local.json b/public/manifest.local.json index dc04948a71..cf11d3c5c5 100644 --- a/public/manifest.local.json +++ b/public/manifest.local.json @@ -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", diff --git a/public/manifest.preprod.json b/public/manifest.preprod.json index f6409cc472..9171910454 100644 --- a/public/manifest.preprod.json +++ b/public/manifest.preprod.json @@ -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", diff --git a/public/manifest.prod.json b/public/manifest.prod.json index fd7fb54cfa..6810b6cd40 100644 --- a/public/manifest.prod.json +++ b/public/manifest.prod.json @@ -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", diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 5b92bd8a36..600a331f50 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -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",