diff --git a/frontend/src/components/Contributions/ContributionListItem.vue b/frontend/src/components/Contributions/ContributionListItem.vue index ec319834e..fe1bf22be 100644 --- a/frontend/src/components/Contributions/ContributionListItem.vue +++ b/frontend/src/components/Contributions/ContributionListItem.vue @@ -30,7 +30,11 @@
{{ $t('creation') }} {{ $t('(') }}{{ amount / 20 }} {{ $t('h') }}{{ $t(')') }}
-
{{ amount | GDD }}
+
+ + {{ $t('contribution.alert.rejected') }} +
+
{{ amount | GDD }}
@@ -38,10 +42,7 @@
- +
{{ $t('contribution.alert.rejected') }} +
  • + + {{ $t('contribution.alert.rejected') }} +
  • @@ -29,16 +33,6 @@

    {{ $t('contribution.alert.communityNoteList') }}

    -
      -
    • - - {{ $t('contribution.alert.pending') }} -
    • -
    • - - {{ $t('contribution.alert.confirm') }} -
    • -