From 50e89f3f3615aed61f83ea8deff93eddaa06b782 Mon Sep 17 00:00:00 2001 From: MGukic Date: Tue, 10 Dec 2024 18:53:03 +0100 Subject: [PATCH] feat: Changed No Revisions text --- frontend/messages/de.json | 4 ++-- frontend/messages/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/messages/de.json b/frontend/messages/de.json index b5f6d3d4..01c5ff7e 100644 --- a/frontend/messages/de.json +++ b/frontend/messages/de.json @@ -281,7 +281,7 @@ }, "constitutionMetadata": { "title": "No revisions available", - "description": "There are currently no revisions available. Please check back later for updates" + "description": "There is only 1 version available. Once there are multiple versions of the constitution, you will be able to compare two versions" }, "governanceAction": { "title": "No governance actions available", @@ -289,7 +289,7 @@ }, "versionHistory": { "title": "No revisions available", - "description": "There are currently no revisions available. Please check back later for updates" + "description": "There is only 1 version available. Once there are multiple versions of the constitution, you will be able to compare two versions" } }, "Snackbar": { diff --git a/frontend/messages/en.json b/frontend/messages/en.json index f2911994..5f6db112 100644 --- a/frontend/messages/en.json +++ b/frontend/messages/en.json @@ -281,7 +281,7 @@ }, "constitutionMetadata": { "title": "No revisions available", - "description": "There are currently no revisions available. Please check back later for updates" + "description": "There is only 1 version available. Once there are multiple versions of the constitution, you will be able to compare two versions" }, "governanceAction": { "title": "No governance actions available", @@ -289,7 +289,7 @@ }, "versionHistory": { "title": "No revisions available", - "description": "There are currently no revisions available. Please check back later for updates" + "description": "There is only 1 version available. Once there are multiple versions of the constitution, you will be able to compare two versions" } }, "Snackbar": {