Skip to content

Commit

Permalink
change title name
Browse files Browse the repository at this point in the history
  • Loading branch information
GoFroggyRun committed Oct 5, 2017
1 parent e44b5e9 commit 06f3747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/apps/dynamic/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'Wages', 'Interest Rates', 'Total Taxes']
OGUSA_RESULTS_TOTAL_ROW_KEY_LABELS = {n:n for n in OGUSA_RESULTS_TOTAL_ROW_KEYS}

ELASTIC_RESULTS_TOTAL_ROW_KEY_LABELS = {n:'% Difference in GDP' for n in ELASTIC_RESULTS_TOTAL_ROW_KEYS}
ELASTIC_RESULTS_TOTAL_ROW_KEY_LABELS = {n:'Percentage Change in GDP' for n in ELASTIC_RESULTS_TOTAL_ROW_KEYS}
ELASTIC_RESULTS_TABLE_LABELS = {
'elasticity_gdp': 'Elasticity of GDP wrt 1 - Average Marginal Tax Rate'
}
Expand Down

0 comments on commit 06f3747

Please sign in to comment.