From 3d8c7780b50ce1c018a47549d6ca25bb9adab187 Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 2 Jan 2023 11:50:47 -0500 Subject: [PATCH 1/3] welcome message fix --- views/welcome.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/views/welcome.js b/views/welcome.js index a503c692..7ee6889d 100644 --- a/views/welcome.js +++ b/views/welcome.js @@ -44,9 +44,7 @@ const Welcome = () => { }} >

- {`Welcome to the Casper ${ - detectMobile.isMobile() ? '' : 'Portal' - }`} + Welcome to the Casper

Dear Casper Blockchain Validator, From bb22c745362afe3aaaa7b7e62a9c411a6b99e057 Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 2 Jan 2023 13:22:47 -0500 Subject: [PATCH 2/3] votes -> ballots --- views/dashboard/votes/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/dashboard/votes/index.js b/views/dashboard/votes/index.js index 27acee41..eb03838e 100644 --- a/views/dashboard/votes/index.js +++ b/views/dashboard/votes/index.js @@ -581,7 +581,7 @@ const DashboardVote = () => { { content: Tab1, id: 'active-votes', - title: 'Active Votes', + title: 'Active Ballots', }, { content: Tab2, @@ -599,12 +599,12 @@ const DashboardVote = () => { { content: Tab1, id: 'active-votes', - title: 'Active Votes', + title: 'Active Ballots', }, { content: Tab4, id: 'scheduled-votes', - title: 'Scheduled Votes', + title: 'Scheduled Ballots', }, { content: Tab2, From 05780cd9d7aae823bcd064f24b21a13307ea17f0 Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 2 Jan 2023 13:28:11 -0500 Subject: [PATCH 3/3] welcome message fix --- views/welcome.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/welcome.js b/views/welcome.js index 7ee6889d..068565a9 100644 --- a/views/welcome.js +++ b/views/welcome.js @@ -44,7 +44,7 @@ const Welcome = () => { }} >

- Welcome to the Casper + Welcome to the Casper Portal

Dear Casper Blockchain Validator,