Skip to content

Commit f4c6164

Browse files
authored
Remove "Not scheduled" copy in My proposals (#4293)
1 parent 7deab12 commit f4c6164

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

frontend/src/components/my-proposals-profile-page-handler/my-proposals-table.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ export const MyProposalsTable = ({ submissions }: Props) => {
6363
<StatusTag status={row.status} />
6464
),
6565
<div>
66-
{!inSchedule && (
67-
<Text size={2} weight="strong" as="p">
68-
<FormattedMessage id="profile.myProposals.notScheduled" />
69-
</Text>
70-
)}
7166
{inSchedule &&
7267
row.scheduleItems.map((scheduleItem) => {
7368
const parsedStartTime = parseISO(scheduleItem.start);

frontend/src/locale/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ Let's get in touch to find the best solution for your business' needs!`,
106106
"profile.tickets.cancel": "Cancel",
107107
"profile.ticketsEdit.modalTitle": "Customize your ticket",
108108
"profile.myProposals.date": "{day} {start} - {end}",
109-
"profile.myProposals.notScheduled": "Not added to the schedule",
110109
"profile.myProposals.viewInvitation": "Invitation",
111110
"profile.myProposals.edit": "Edit",
112111
"profile.myProposals.viewIn": "View in {language}",
@@ -2051,7 +2050,6 @@ Usa il pulsante 'Gestisci' nella pagina per confermare o rifiutare il grant. Hai
20512050
"404.message": "La pagina che stavi cercando non esiste",
20522051

20532052
"profile.myProposals.date": "{day} {start} - {end}",
2054-
"profile.myProposals.notScheduled": "Non selezionata",
20552053
"profile.myProposals.viewInvitation": "Invito",
20562054
"profile.myProposals.edit": "Modifica",
20572055

0 commit comments

Comments
 (0)