Skip to content

Commit

Permalink
Fix issues reported on Slack (#997)
Browse files Browse the repository at this point in the history
* add replication key to contacts table

* update google ads api version

* update info about oracle in free trial

* netsuite permission issues
  • Loading branch information
lmilan authored Feb 14, 2024
1 parent 5f11c8f commit 096f2f7
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 111 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 }}
Loading

0 comments on commit 096f2f7

Please sign in to comment.