From e3c428afe3410eafdaade8c6dc57956a71eb22c5 Mon Sep 17 00:00:00 2001 From: Grady Ward Date: Mon, 22 Jan 2024 16:12:25 -0700 Subject: [PATCH 1/3] WIP --- frontend/lang/en.json | 27 +++++++++++------------ frontend/pages/admin/initiative/index.vue | 6 +---- frontend/pages/admin/initiative/new.vue | 2 +- 3 files changed, 15 insertions(+), 20 deletions(-) diff --git a/frontend/lang/en.json b/frontend/lang/en.json index 477d065..61cf075 100644 --- a/frontend/lang/en.json +++ b/frontend/lang/en.json @@ -309,19 +309,6 @@ "Edit": "Edit", "Profile": "Profile" }, - "initiative/invitations": { - "Create": "Create", - "Create Initiative Invitations": "Create Initiative Invitations", - "Heading": "Initaitive Invitations", - "Includes Illegal Characters": "Includes illegal characters", - "New Invitations": "New Invitations", - "New Invitations Help": "Create new invitations by clicking the button below. You can create as many invitations as you want, but each invitation can only be used once. Invitation codes must only contain alphanumeric characters (a-z, A-Z, 0-9), underscores and dashes. You can create multiple invitations at once by separating them with tabs, commas, newlines, or spaces.", - "No Invitations": "This initiative does not require an invitation to join - anyone who finds this initiative can join it.", - "Unused": "Unused", - "Yes Invitations": "This initiative requires an invitation (a unique, one-time code) to join. You can create these invitations below.", - "You can change": "You can change this behavior on the", - "edit initiative page": "edit initiative page" - }, "lib/editor/portfolio": { "Created At": "Created At", "ID": "ID", @@ -401,7 +388,19 @@ "New Invitations": "New Invitations", "New Invitations Help": "Create new invitations by entering new values in the box below. If you don't care what the invitation codes look like you can press the randomize button to generate random ones. You can create as many invitations as you want, but each invitation can only be used once. Invitation codes must only contain alphanumeric characters (a-z, A-Z, 0-9), underscores and dashes. You can create multiple invitations at once by separating them with tabs, commas, newlines, or spaces.", "Generate Random": "Generate Random", - "Cancel": "Cancel" + "Cancel": "Cancel", + "Create": "Create", + "Heading": "Initaitive Invitations", + "Includes Illegal Characters": "Includes illegal characters", + "No Invitations": "This initiative does not require an invitation to join - anyone who finds this initiative can join it.", + "You can change": "You can change this behavior on the", + "edit initiative page": "edit initiative page" + }, + "pages/admin/initiative/new": { + "New Initiative": "New Initiative", + "Paragraph1": "Initiatives are a way to organize portfolios for common analysis and reporting. They typicall correspond to a COP managed projects where investors are contributing data for analysis to a regulator.", + "Discard": "Discard", + "Save": "Save" }, "pages/initiative/relationships": { "Actions": "Actions", diff --git a/frontend/pages/admin/initiative/index.vue b/frontend/pages/admin/initiative/index.vue index 65f3cfd..b6840a3 100644 --- a/frontend/pages/admin/initiative/index.vue +++ b/frontend/pages/admin/initiative/index.vue @@ -19,10 +19,6 @@ const deleteInitiative = (id: string) => withLoading(