Skip to content

Commit

Permalink
Merge branch 'main' into update-index-screen-pilot-over
Browse files Browse the repository at this point in the history
  • Loading branch information
spokenbird authored Jun 28, 2024
2 parents caf7ef5 + 183a6e1 commit 19fdcb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
5 changes: 1 addition & 4 deletions src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ privacy.toc=Table of Contents

privacy.overview.p1=MarylandBenefits.org helps people in Maryland apply for SNAP and/or Cash Assistance Programs in Baltimore County (Drumcastle Office only) and Queen Anne's County.
privacy.overview.p2=This benefits site is a service built by <a href="https://codeforamerica.org/about-us/" target="_blank">Code for America</a> in partnership with the state of Maryland, on behalf of the people of Maryland.
privacy.overview.p3=If you have any questions or concerns about this Privacy Notice, please contact us at <a href="mailto:help@marylandbenefits.org">help@marylandbenefits.org</a>.

privacy.information-we-collect.title=Information we collect
privacy.information-we-collect.p1=We collect and store:
Expand All @@ -81,7 +80,6 @@ privacy.information-we-collect.p5=For example, we collect and store:
privacy.information-we-collect.p6=We use this information to understand how the Site is used, monitor usage for security purposes, fix any technical glitches and improve the site performance.
privacy.information-we-collect.p7=We will not collect personal information from you without your knowledge and consent, except in a few limited circumstances as described in this policy.
privacy.information-we-collect.p8=We retain all data until the conclusion of our collaboration with the state of Maryland, at which point the data will be deleted. The Maryland Department of Human Services (DHS) will retain the data according to the agency's <a href="https://dhs.maryland.gov/privacy" target="_blank">privacy policy</a>.
privacy.information-we-collect.p9=You can request that we delete your data by emailing us at <a href="mailto: help@marylandbenefits.org">help@marylandbenefits.org</a>.

privacy.information-we-collect.ul2.li1=Device type from which you access the Internet
privacy.information-we-collect.ul2.li2=IP address (an IP or internet protocol address is a number that is automatically given to a computer connected to the Web)
Expand Down Expand Up @@ -131,8 +129,7 @@ privacy.changes.p1=We may change this Privacy Policy from time to time. Please c
privacy.effective-date.title=Effective Date
privacy.effective-date.p1=This version of the policy is effective June 28th, 2024.
privacy.questions.title=Questions
privacy.questions.p1=If you have any questions, comments, concerns, or complaints with the Site, please contact us by email at <a href = "mailto: help@marylandbenefits.org">help@marylandbenefits.org</a>.
privacy.questions.p2=We will do our best to resolve the issue.


# MDThink offboarding
offboarding-information.title=myMDTHINK Notice
Expand Down
8 changes: 0 additions & 8 deletions src/main/resources/templates/privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ <h2 id="overview" th:text="#{privacy.overview.title}"></h2>
<p class="h3" th:text="#{privacy.overview.sub-title}"></p>
<p th:utext="#{privacy.overview.p1}"></p>
<p th:utext="#{privacy.overview.p2}"></p>
<p th:utext="#{privacy.overview.p3}"></p>

<h2 id="info" class="h3 spacing-above-60"
th:text="#{privacy.information-we-collect.title}"></h2>
Expand Down Expand Up @@ -81,8 +80,6 @@ <h2 id="overview" th:text="#{privacy.overview.title}"></h2>
<p th:utext="#{privacy.information-we-collect.p6}"></p>
<p th:utext="#{privacy.information-we-collect.p7}"></p>
<p th:utext="#{privacy.information-we-collect.p8}"></p>
<p th:utext="#{privacy.information-we-collect.p9}"></p>


<h2 id="how-we-use" class="h3 spacing-above-60"
th:text="#{privacy.how-we-use.title}"></h2>
Expand Down Expand Up @@ -136,11 +133,6 @@ <h2 id="changes" class="h3 spacing-above-60" th:text="#{privacy.changes.title}">
<h2 id="effective-date" class="h3 spacing-above-60"
th:text="#{privacy.effective-date.title}"></h2>
<p th:text="#{privacy.effective-date.p1}"></p>

<h2 id="questions" class="h3 spacing-above-60"
th:text="#{privacy.questions.title}"></h2>
<p th:utext="#{privacy.questions.p1}"></p>
<p th:text="#{privacy.questions.p2}"></p>
</div>
</div>
<a class="button button--primary" href="/" th:text="#{general.go-back}"></a>
Expand Down

0 comments on commit 19fdcb8

Please sign in to comment.