Skip to content

Commit

Permalink
fix: dublicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Dec 5, 2024
1 parent 87f249a commit 9143053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
17 changes: 2 additions & 15 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2024-12-05T10:53:07.214Z\n"
"PO-Revision-Date: 2024-12-05T10:53:07.214Z\n"
"POT-Creation-Date: 2024-12-05T11:39:04.447Z\n"
"PO-Revision-Date: 2024-12-05T11:39:04.447Z\n"

msgid "Choose one or more dates..."
msgstr "Choose one or more dates..."
Expand Down Expand Up @@ -1498,19 +1498,6 @@ msgstr "Yes, unlink event"
msgid "View linked event"
msgstr "View linked event"

msgid "An error occurred while loading the widget."
msgstr "An error occurred while loading the widget."

msgid "Linked event"
msgstr "Linked event"

msgid ""
"This {{stageName}} event is linked to a {{linkedStageName}} event. Review "
"the linked event details before entering data below"
msgstr ""
"This {{stageName}} event is linked to a {{linkedStageName}} event. Review "
"the linked event details before entering data below"

msgid "You do not have access to remove the link between these events"
msgstr "You do not have access to remove the link between these events"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const WidgetHeaderPlain = ({
eventId,
classes,
}: Props) => {
const WidgetHeaderPlain = ({ linkedStage, linkedEvent, orgUnitId, currentPage, classes }: Props) => {
const { icon } = linkedStage;
return (
<>
Expand Down

0 comments on commit 9143053

Please sign in to comment.