Skip to content

Commit

Permalink
Fix paywall copy
Browse files Browse the repository at this point in the history
  • Loading branch information
joanagmaia committed Oct 6, 2023
1 parent 4c379b9 commit b35f13c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/modules/layout/pages/paywall-page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ const section = computed(
const page = computed(() => pageContent[section.value]);
const computedFeaturePlan = computed(() => {
if (config.isCommunityVersion) return 'Custom plan';
if (page.value.headerTitle === 'Eagle Eye') return 'Growth and Eagle Eye plans';
return 'Growth plan';
if (page.value.headerTitle === 'Eagle Eye') return 'Scale and Eagle Eye plans';
return 'Scale plan';
});
</script>
Expand Down

0 comments on commit b35f13c

Please sign in to comment.