Fix minor grammar error in stale_version message for en and en-GB locales (#1570)

This commit is contained in:
Bryan Johnson 2022-09-14 11:56:58 -04:00 committed by GitHub
parent b9af7e7ff3
commit 7088c22318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"release_notes": "Release Notes", "release_notes": "Release Notes",
"read_how_to_upgrade": "Read instructions on how to upgrade", "read_how_to_upgrade": "Read instructions on how to upgrade",
"latest_version_signoz": "You are running the latest version of SigNoz.", "latest_version_signoz": "You are running the latest version of SigNoz.",
"stale_version": "You are on an older version and may be loosing on the latest features we have shipped. We recommend to upgrade to the latest version", "stale_version": "You are on an older version and may be losing out on the latest features we have shipped. We recommend to upgrade to the latest version",
"oops_something_went_wrong_version": "Oops.. facing issues with fetching updated version information", "oops_something_went_wrong_version": "Oops.. facing issues with fetching updated version information",
"n_a": "N/A", "n_a": "N/A",
"routes": { "routes": {

View File

@ -6,7 +6,7 @@
"release_notes": "Release Notes", "release_notes": "Release Notes",
"read_how_to_upgrade": "Read instructions on how to upgrade", "read_how_to_upgrade": "Read instructions on how to upgrade",
"latest_version_signoz": "You are running the latest version of SigNoz.", "latest_version_signoz": "You are running the latest version of SigNoz.",
"stale_version": "You are on an older version and may be loosing on the latest features we have shipped. We recommend to upgrade to the latest version", "stale_version": "You are on an older version and may be losing out on the latest features we have shipped. We recommend to upgrade to the latest version",
"oops_something_went_wrong_version": "Oops.. facing issues with fetching updated version information", "oops_something_went_wrong_version": "Oops.. facing issues with fetching updated version information",
"n_a": "N/A", "n_a": "N/A",
"routes": { "routes": {