Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const getActivityVariables = (
href={`${getCollectivePageRoute(activity.order.toAccount)}/contributions/${activity.order.legacyId}`}
title={activity.order.description}
>
{msg} #{activity.order.legacyId}
{msg || <FormattedMessage defaultMessage="Contribution" id="0LK5eg" />} #{activity.order.legacyId}
</Link>
</ResourceTag>
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ const ActivityCategories = {
'TICKET_CONFIRMED',
'ORDER_CANCELED_ARCHIVED_COLLECTIVE',
'ORDER_PROCESSING',
'ORDER_PROCESSING_CRYPTO',
'ORDER_PENDING_CONTRIBUTION_NEW',
'ORDER_PROCESSED',
'ORDER_PENDING_CREATED',
Expand Down
128 changes: 126 additions & 2 deletions lang/ca.json

Large diffs are not rendered by default.

128 changes: 126 additions & 2 deletions lang/cs.json

Large diffs are not rendered by default.

128 changes: 126 additions & 2 deletions lang/de.json

Large diffs are not rendered by default.

128 changes: 126 additions & 2 deletions lang/en.json

Large diffs are not rendered by default.

128 changes: 126 additions & 2 deletions lang/es.json

Large diffs are not rendered by default.

128 changes: 126 additions & 2 deletions lang/fr.json

Large diffs are not rendered by default.

128 changes: 126 additions & 2 deletions lang/he.json

Large diffs are not rendered by default.

128 changes: 126 additions & 2 deletions lang/it.json

Large diffs are not rendered by default.

128 changes: 126 additions & 2 deletions lang/ja.json

Large diffs are not rendered by default.

128 changes: 126 additions & 2 deletions lang/ko.json

Large diffs are not rendered by default.

128 changes: 126 additions & 2 deletions lang/nl.json

Large diffs are not rendered by default.

128 changes: 126 additions & 2 deletions lang/pl.json

Large diffs are not rendered by default.

128 changes: 126 additions & 2 deletions lang/pt-BR.json

Large diffs are not rendered by default.

128 changes: 126 additions & 2 deletions lang/pt.json

Large diffs are not rendered by default.

128 changes: 126 additions & 2 deletions lang/ru.json

Large diffs are not rendered by default.

128 changes: 126 additions & 2 deletions lang/sk-SK.json

Large diffs are not rendered by default.

128 changes: 126 additions & 2 deletions lang/sv-SE.json

Large diffs are not rendered by default.

128 changes: 126 additions & 2 deletions lang/uk.json

Large diffs are not rendered by default.

128 changes: 126 additions & 2 deletions lang/zh.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion lib/constants/activities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export const ActivityTypes = {
ORDER_CANCELED_ARCHIVED_COLLECTIVE: 'order.canceled.archived.collective',
ORDER_PENDING_CONTRIBUTION_NEW: 'order.new.pendingFinancialContribution',
ORDER_PENDING_CONTRIBUTION_REMINDER: 'order.reminder.pendingFinancialContribution',
ORDER_PROCESSING_CRYPTO: 'order.processing.crypto',
ORDER_PROCESSING: 'order.processing',
ORDER_PROCESSED: 'order.processed',
ORDERS_SUSPICIOUS: 'orders.suspicious',
Expand Down
Loading
Loading