diff --git a/src/components/grid/tiles/publication-card.vue b/src/components/grid/tiles/publication-card.vue index 52bc175..b0fa784 100644 --- a/src/components/grid/tiles/publication-card.vue +++ b/src/components/grid/tiles/publication-card.vue @@ -42,7 +42,7 @@ export default { subscriptionMessage(){ return this.isSubscribed ? `${this.$t('subscription.subscribed')} ${this.element.title}` - : this.$t('subscription.subtitle', {publicationName : this.element.title}); + : `${this.element.title} vil bli gjort tilgjengelig gratis om ikke så lenge. Nærmere informasjon kommer snart.`; }, coverImage(){ return `url(${this.element.coverImageUrl})`; diff --git a/src/components/subscriptions/not-subscribed/subscribe.vue b/src/components/subscriptions/not-subscribed/subscribe.vue index 44cc0d2..941c379 100644 --- a/src/components/subscriptions/not-subscribed/subscribe.vue +++ b/src/components/subscriptions/not-subscribed/subscribe.vue @@ -1,12 +1,12 @@