diff --git a/src/i18n/en-us.js b/src/i18n/en-us.js
index 7fb1c2c..c1e4481 100644
--- a/src/i18n/en-us.js
+++ b/src/i18n/en-us.js
@@ -10,15 +10,18 @@ export default {
},
},
introPage: {
- section1Title: "About this finder",
- p0: "This tool can help you find organizations that offer immigrant-focused services in Philadelphia. You can:",
+ section1Title: "Find services and support near you",
+ p0: "Philadelphia has many resources for immigrants and refugees. You can get help with legal issues, attend cultural events, sign up for English classes, and more. Use this tool to find organizations near you.",
+ p1: "To find immigrant and refugee resources:",
ul1: {
- li: "Browse the list of organizations.",
- li2: "Search by address or keyword.",
- li3: "Filter your results by service type.",
+ li: "Filter by the services you're looking for.",
+ li2: "Select a location on the map for details.",
+ li3: "Contact the organization by phone or email before visiting.",
},
- section2Title: "Adding your organization",
- p1: "Does your organization offer services for immigrants? Contact the Office of Immigrant Affairs at OIA@phila.gov to learn how to be added to this finder.",
+ section2Title: "Language access",
+ p2: "Most locations offer most of their services in English. Other available languages vary by organization. To see the languages spoken at an organization, open that location's details.",
+ section3Title: "Adding your organization to the list",
+ p3: "The Office of Immigrant Affairs maintains this website. You can contact us at OIA@phila.gov if you offer immigrant services and would like to learn how to be added to this list.",
},
'Arts & culture': 'Arts & culture',
'Citizenship application help': 'Citizenship application help',
diff --git a/src/i18n/es.js b/src/i18n/es.js
index 8dc1906..c44ff72 100644
--- a/src/i18n/es.js
+++ b/src/i18n/es.js
@@ -10,15 +10,18 @@ export default {
},
},
introPage: {
- section1Title: "Spanish About this finder",
- p0: "Spanish This tool can help you find organizations that offer immigrant-focused services in Philadelphia. You can:",
+ section1Title: "Spanish Find services and support near you",
+ p0: "Spanish Philadelphia has many resources for immigrants and refugees. You can get help with legal issues, attend cultural events, sign up for English classes, and more. Use this tool to find organizations near you.",
+ p1: "Spanish To find immigrant and refugee resources:",
ul1: {
- li: "Spanish Browse the list of organizations.",
- li2: "Spanish Search by address or keyword.",
- li3: "Spanish Filter your results by service type.",
+ li: "Spanish Filter by the services you're looking for.",
+ li2: "Spanish Select a location on the map for details.",
+ li3: "Spanish Contact the organization by phone or email before visiting.",
},
- section2Title: "Spanish Adding your organization",
- p1: "Spanish Does your organization offer services for immigrants? Contact the Office of Immigrant Affairs at OIA@phila.gov to learn how to be added to this finder.",
+ section2Title: "Spanish Language access",
+ p2: "Spanish Most locations offer most of their services in English. Other available languages vary by organization. To see the languages spoken at an organization, open that location's details.",
+ section3Title: "Spanish Adding your organization to the list",
+ p3: "Spanish The Office of Immigrant Affairs maintains this website. You can contact us at OIA@phila.gov if you offer immigrant services and would like to learn how to be added to this list.",
},
'Arts & culture': 'Spanish Arts & culture',
'Citizenship application help': 'Spanish Citizenship application help',
diff --git a/src/main.js b/src/main.js
index 36f04f7..8252b06 100644
--- a/src/main.js
+++ b/src/main.js
@@ -104,12 +104,14 @@ pinboard({
attrs: {
target: "_blank",
},
- text: "City of Philadelphia",
+ text: "cityOfPhiladelphia",
+ // text: "City of Philadelphia",
},
{
type: "native",
href: "/oia/resource-finder",
- text: "About",
+ text: "about",
+ // text: "About",
},
{
type: "native",
@@ -117,7 +119,8 @@ pinboard({
attrs: {
target: "_blank",
},
- text: "Feedback",
+ text: "feedback",
+ // text: "Feedback",
},
],
cyclomedia: {