Skip to content

Commit

Permalink
update info about oracle in free trial
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucie Milan committed Feb 7, 2024
1 parent 375d2da commit 6dc996e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions _data/strings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ search_no_results_text: No results found.

enterprise:
general: "available during the free trial or for customers on an {{ site.data.stitch.subscription-plans.advanced.name }} or {{ site.data.stitch.subscription-plans.premium.name }} plan."

request: 'available for customers on an {{ site.data.stitch.subscription-plans.advanced.name }} or {{ site.data.stitch.subscription-plans.premium.name }} plan. It is not available by default during the free trial, but it can be enabled if needed.'

title:
is-an: " is an upgraded
feature"
are-an: " are an upgraded
feature"
multiple: " are upgraded
features"
is-an: " is an upgraded feature"
are-an: " are an upgraded feature"
multiple: " are upgraded features"

copy:
is-an: |
{{ site.data.strings.enterprise.title.is-an | append: " that's " | append: site.data.strings.enterprise.general | flatify }}
are-an: |
{{ site.data.strings.enterprise.title.are-an | append: " that's " | append: site.data.strings.enterprise.general | flatify }}
multiple: |
{{ site.data.strings.enterprise.title.multiple | append: " that are " | append: site.data.strings.enterprise.general | flatify }}
{{ site.data.strings.enterprise.title.multiple | append: " that are " | append: site.data.strings.enterprise.general | flatify }}
oracle: |
{{ site.data.strings.enterprise.title.are-an | append: " that's " | append: site.data.strings.enterprise.request | flatify }}
2 changes: 1 addition & 1 deletion _database-integrations/oracle/oracle-rds/oracle-rds-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ minimum-plan: "advanced"
minimum-plan-cta:
feature: "Oracle integrations "
title: "{{ site.data.strings.enterprise.title.are-an | prepend: page.minimum-plan-cta.feature | flatify }}"
copy: "{{ site.data.strings.enterprise.copy.are-an | prepend: page.minimum-plan-cta.feature | flatify }}"
copy: "{{ site.data.strings.enterprise.copy.oracle | prepend: page.minimum-plan-cta.feature | flatify }}"


# -------------------------- #
Expand Down
2 changes: 1 addition & 1 deletion _database-integrations/oracle/oracle-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ minimum-plan: "advanced"
minimum-plan-cta:
feature: "Oracle integrations "
title: "{{ site.data.strings.enterprise.title.are-an | prepend: page.minimum-plan-cta.feature | flatify }}"
copy: "{{ site.data.strings.enterprise.copy.are-an | prepend: page.minimum-plan-cta.feature | flatify }}"
copy: "{{ site.data.strings.enterprise.copy.oracle | prepend: page.minimum-plan-cta.feature | flatify }}"


# -------------------------- #
Expand Down

0 comments on commit 6dc996e

Please sign in to comment.