mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 02:18:24 -04:00
Sentence case
This commit is contained in:
@@ -2,7 +2,7 @@ def using_notify_nav():
|
|||||||
nav_items = [
|
nav_items = [
|
||||||
{"name": "Get started", "link": "main.get_started"},
|
{"name": "Get started", "link": "main.get_started"},
|
||||||
{
|
{
|
||||||
"name": "Best Practices",
|
"name": "Best practices",
|
||||||
"link": "main.best_practices",
|
"link": "main.best_practices",
|
||||||
"sub_navigation_items": [
|
"sub_navigation_items": [
|
||||||
{
|
{
|
||||||
@@ -33,7 +33,7 @@ def using_notify_nav():
|
|||||||
},
|
},
|
||||||
{"name": "Trial mode", "link": "main.trial_mode_new"},
|
{"name": "Trial mode", "link": "main.trial_mode_new"},
|
||||||
{"name": "Tracking usage", "link": "main.pricing"},
|
{"name": "Tracking usage", "link": "main.pricing"},
|
||||||
{"name": "Delivery Status", "link": "main.message_status"},
|
{"name": "Delivery status", "link": "main.message_status"},
|
||||||
{"name": "How to", "link": "main.how_to"},
|
{"name": "How to", "link": "main.how_to"},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content_column_content %}
|
{% block content_column_content %}
|
||||||
{{ breadcrumbs.breadcrumb(page_title, "Best Practices", "main.best_practices") }}
|
{{ breadcrumbs.breadcrumb(page_title, "Best practices", "main.best_practices") }}
|
||||||
|
|
||||||
<section class="usa-prose">
|
<section class="usa-prose">
|
||||||
<h1>{{page_title}}</h1>
|
<h1>{{page_title}}</h1>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% set page_title = "Best Practices" %}
|
{% set page_title = "Best practices" %}
|
||||||
|
|
||||||
{% block per_page_title %}
|
{% block per_page_title %}
|
||||||
{{page_title}}
|
{{page_title}}
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
{% block content_column_content %}
|
{% block content_column_content %}
|
||||||
<section class="usa-prose">
|
<section class="usa-prose">
|
||||||
<h1>Best Practices</h1>
|
<h1>Best practices</h1>
|
||||||
<p class="font-sans-lg text-base">For texting the public</p>
|
<p class="font-sans-lg text-base">For texting the public</p>
|
||||||
<p>Effectively reaching your audience and supporting your program’s goals starts with strategically planning out what
|
<p>Effectively reaching your audience and supporting your program’s goals starts with strategically planning out what
|
||||||
text messages can help you achieve and how to approach a thoughtful rollout.
|
text messages can help you achieve and how to approach a thoughtful rollout.
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content_column_content %}
|
{% block content_column_content %}
|
||||||
{{ breadcrumbs.breadcrumb(page_title, "Best Practices", "main.best_practices") }}
|
{{ breadcrumbs.breadcrumb(page_title, "Best practices", "main.best_practices") }}
|
||||||
|
|
||||||
<section class="usa-prose">
|
<section class="usa-prose">
|
||||||
<h1>{{page_title}}</h1>
|
<h1>{{page_title}}</h1>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content_column_content %}
|
{% block content_column_content %}
|
||||||
{{ breadcrumbs.breadcrumb(page_title, "Best Practices", "main.best_practices") }}
|
{{ breadcrumbs.breadcrumb(page_title, "Best practices", "main.best_practices") }}
|
||||||
|
|
||||||
<section class="usa-prose">
|
<section class="usa-prose">
|
||||||
<h1>{{page_title}}</h1>
|
<h1>{{page_title}}</h1>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content_column_content %}
|
{% block content_column_content %}
|
||||||
{{ breadcrumbs.breadcrumb(page_title, "Best Practices", "main.best_practices") }}
|
{{ breadcrumbs.breadcrumb(page_title, "Best practices", "main.best_practices") }}
|
||||||
|
|
||||||
<section class="usa-prose">
|
<section class="usa-prose">
|
||||||
<h1>{{page_title}}</h1>
|
<h1>{{page_title}}</h1>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content_column_content %}
|
{% block content_column_content %}
|
||||||
{{ breadcrumbs.breadcrumb(page_title, "Best Practices", "main.best_practices") }}
|
{{ breadcrumbs.breadcrumb(page_title, "Best practices", "main.best_practices") }}
|
||||||
|
|
||||||
<section class="usa-prose">
|
<section class="usa-prose">
|
||||||
<h1>{{page_title}}</h1>
|
<h1>{{page_title}}</h1>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content_column_content %}
|
{% block content_column_content %}
|
||||||
{{ breadcrumbs.breadcrumb(page_title, "Best Practices", "main.best_practices") }}
|
{{ breadcrumbs.breadcrumb(page_title, "Best practices", "main.best_practices") }}
|
||||||
|
|
||||||
<section class="usa-prose">
|
<section class="usa-prose">
|
||||||
<h1>{{page_title}}</h1>
|
<h1>{{page_title}}</h1>
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ your recipient to manage their benefits and increase follow-through.</p>
|
|||||||
<ol class="list">
|
<ol class="list">
|
||||||
<li>Add a placeholder to your content by placing two brackets around the personalized elements.</li>
|
<li>Add a placeholder to your content by placing two brackets around the personalized elements.</li>
|
||||||
<li>You can manually enter the personalized content or you can upload a spreadsheet with the details and let Notify do the
|
<li>You can manually enter the personalized content or you can upload a spreadsheet with the details and let Notify do the
|
||||||
work for you. See <a href="#prepare-data">data preparation</a>.</li>
|
work for you.</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<h4>Example</h4>
|
<h4>Example</h4>
|
||||||
@@ -80,7 +80,7 @@ all or part of the message contingent upon specific criteria associated with the
|
|||||||
<ol class="list">
|
<ol class="list">
|
||||||
<li>Use two brackets and ?? to define the conditional content.</li>
|
<li>Use two brackets and ?? to define the conditional content.</li>
|
||||||
<li>You can manually enter the conditional content or you can upload a spreadsheet with the personal details and let Notify
|
<li>You can manually enter the conditional content or you can upload a spreadsheet with the personal details and let Notify
|
||||||
do the work for you. See <a href="#prepare-data">data preparation</a>.</li>
|
do the work for you.</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<h4>Examples</h4>
|
<h4>Examples</h4>
|
||||||
|
|||||||
@@ -13,8 +13,8 @@
|
|||||||
<h1 class="font-body-2xl margin-bottom-3">Contact us</h1>
|
<h1 class="font-body-2xl margin-bottom-3">Contact us</h1>
|
||||||
<p>Notify is designed to be easy to use.</p>
|
<p>Notify is designed to be easy to use.</p>
|
||||||
<ul class="list list-bullet">
|
<ul class="list list-bullet">
|
||||||
<li>For information on personalization and data preparation, see <a href={{ url_for("main.how_to") }}>How to</a>.</li>
|
<li>For information on personalization, see <a href={{ url_for("main.how_to") }}>How to</a>.</li>
|
||||||
<li>For help interpreting delivery reports, see <a href={{ url_for("main.message_status") }}>Delivery Status</a>.</li>
|
<li>For help interpreting delivery reports, see <a href={{ url_for("main.message_status") }}>Delivery status</a>.</li>
|
||||||
<li>For details on pricing and what counts as a message part, see <a href={{ url_for("main.pricing") }}>Pricing</a>.</li>
|
<li>For details on pricing and what counts as a message part, see <a href={{ url_for("main.pricing") }}>Pricing</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user