Skip to content

Commit

Permalink
Merge pull request openlexington#117 from openlexington/language-updates
Browse files Browse the repository at this point in the history
Language updates
  • Loading branch information
eeeschwartz committed Mar 26, 2016
2 parents 9106457 + 5ecd42a commit 99a2873
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,34 +57,34 @@
"facets": {
"facility_type": {
"title": "Type of Treatment",
"survey_title": "Treatment can be delivered on an outpatient or residential basis. <br><br>Examples of outpatient treatment options include 12 step programs, counseling, and Intensive Outpatient Programs where you spend several hours per week in treatment. Examples of residential treatment options include residential detox and residential treatment where you stay in the facility overnight for the length of your treatment. <br><br>I am interested in learning about substance abuse treatment resources that are:",
"survey_title": "Treatment can be delivered on an outpatient or residential basis. <br><br>I am interested in learning about substance use treatment resources that are:",
"type": "single"
},
"out_patient": {
"title": "Outpatient",
"type": "single",
"dependency": "outpatient_offered",
"survey_title": "Outpatient treatments I am interested in"
"survey_title": "Outpatient treatments I am interested in:"
},
"gender": {
"title": "Gender",
"survey_title": "I am in interested in treatments for a",
"survey_title": "I am interested in services for a:",
"type": "single"
},
"pregnancy": {
"title": "Services for a Pregnant Woman?",
"survey_title": "I am in interested in treatments for someone who is pregnant",
"survey_title": "I am interested in services for someone who is pregnant:",
"dependency": "gender_female",
"type": "single"
},
"age": {
"title": "Age",
"survey_title": "I am interested in treatments for a",
"survey_title": "I am interested in services for a:",
"type": "single"
},
"insurance": {
"title": "Payment accepted",
"survey_title": "I am interested in services that accept these payments",
"survey_title": "I am interested in services that accept these payments:",
"type": "single"
}
},
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<div class="container">
<nav id="finda-tabs">
<ul class="nav nav-tabs survey-tabs control-tabs">
<li role="presentation" class="active"><a data-toggle="tab" href="#facets" id="facet-click">Get Started</a></li>
<li role="presentation" class="active"><a data-toggle="tab" href="#facets" id="facet-click">Search Options</a></li>
<li role="presentation"><a data-toggle="tab" id="results-tab" href="#list">View Facilities</a></li>
</ul>
</nav>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"test": "test"
},
"devDependencies": {
"karma": "~0.12.0",
"karma": "~0.13.22",
"jshint": "~2.4.4",
"karma-requirejs": "~0.2.1",
"karma-requirejs": "~0.2.6",
"karma-jasmine": "~0.1.5",
"karma-cli": "0.0.3",
"karma-phantomjs-launcher": "~0.1.2",
Expand Down

0 comments on commit 99a2873

Please sign in to comment.