diff --git a/NEWS.md b/NEWS.md index d3410de707cd..613562e31a50 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,9 +2,10 @@ Development ----------- ### NOTICES -- None yet +- None yet ### Features +* Remove the "Add payment method" button from the trial expired message [16454](https://github.com/CartoDB/cartodb/pull/16454) * Display GeoParquet link in Catalog [16453](https://github.com/CartoDB/cartodb/pull/16453) * Display notifications about the new CARTO platform release [16352](https://github.com/CartoDB/cartodb/pull/16352) * Upgrade to deck.gl 8.5.6 [16338](https://github.com/CartoDB/cartodb/pull/16338) diff --git a/lib/assets/javascripts/new-dashboard/components/TrialExpired/ExpirationMessage.vue b/lib/assets/javascripts/new-dashboard/components/TrialExpired/ExpirationMessage.vue index e379b1a339f3..bdc5a1f1af10 100644 --- a/lib/assets/javascripts/new-dashboard/components/TrialExpired/ExpirationMessage.vue +++ b/lib/assets/javascripts/new-dashboard/components/TrialExpired/ExpirationMessage.vue @@ -14,9 +14,6 @@ v-html="$t('TrialExpired.ExpirationMessage.description.phrase2', { expirationDays: this.expirationDays } )">