Skip to content

Commit

Permalink
update enrollee count and aria labels
Browse files Browse the repository at this point in the history
  • Loading branch information
phamjennifer authored Jul 30, 2024
1 parent f7bfa74 commit 7817747
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/guide/bcda_enhancement_credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
{{site.data.credentials.enhancement.small.client_id}}
{%- endcapture -%}

{% include copy_snippet.md code=client_id aco='Small REACH ACO (100 synthetic beneficiaries)' type='Client ID' %}
{% include copy_snippet.md code=client_id aco='Small REACH ACO (110 synthetic beneficiaries)' type='Client ID' %}

Client Secret:
{%- capture client_secret -%}
{{site.data.credentials.enhancement.small.client_secret}}
{%- endcapture -%}

{% include copy_snippet.md code=client_secret aco='Small REACH ACO (100 synthetic beneficiaries)' type='Client Secret' %}
{% include copy_snippet.md code=client_secret aco='Small REACH ACO (110 synthetic beneficiaries)' type='Client Secret' %}
</div>

<p><button class="accordion" type="button" aria-expanded="false" onclick='metricTagging("BCDA", "Try the API: Accordion", "Large REACH ACO (11,000 synthetic beneficiaries)")'> Large REACH ACO (11,000 Synthetic Beneficiaries) </button></p>
Expand All @@ -22,12 +22,12 @@
{{site.data.credentials.enhancement.large.client_id}}
{%- endcapture -%}

{% include copy_snippet.md code=client_id aco='Large DCE (10,000 synthetic beneficiaries)' type='Client ID' %}
{% include copy_snippet.md code=client_id aco='Large DCE (11,000 synthetic beneficiaries)' type='Client ID' %}

Client Secret:
{%- capture client_secret -%}
{{site.data.credentials.enhancement.large.client_secret}}
{%- endcapture -%}

{% include copy_snippet.md code=client_secret aco='Large DCE (10,000 synthetic beneficiaries)' type='Client Secret' %}
{% include copy_snippet.md code=client_secret aco='Large DCE (11,000 synthetic beneficiaries)' type='Client Secret' %}
</div>

0 comments on commit 7817747

Please sign in to comment.