Skip to content

Commit

Permalink
Fix sref syntax in spanish/chinese income calculator link #167072982 (#…
Browse files Browse the repository at this point in the history
…1230)

Replace escaped double quotes with single quotes to match english
  • Loading branch information
akegan authored Jul 3, 2019
1 parent c8176a2 commit cce7dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/json/translations/locale-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
"HEADER": {
"FIND_MATCHING_LISTINGS": "Encuentre anuncios compatibles",
"IF_YOU_TELL_US": "Si nos informa el tamaño y los ingresos del grupo familiar, podemos destacar los anuncios de vivienda para los que sería elegible.",
"OR_GET_HELP_CALCULATING_INCOME": "u <a ui-sref=\"{{sref}}\">obtenga ayuda para calcular sus ingresos</a>"
"OR_GET_HELP_CALCULATING_INCOME": "u <a ui-sref='{{sref}}'>obtenga ayuda para calcular sus ingresos</a>"
}
},
"LISTINGS_FOR_SALE": {
Expand Down
2 changes: 1 addition & 1 deletion app/assets/json/translations/locale-zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
"HEADER": {
"FIND_MATCHING_LISTINGS": "尋找符合的名單",
"IF_YOU_TELL_US": "如果您告知家庭人數以及收入,我們可以將您可能符合資格的清單標亮顯示。",
"OR_GET_HELP_CALCULATING_INCOME": "或是<a ui-sref=\"{{sref}}\">獲得收入計算協助</a>"
"OR_GET_HELP_CALCULATING_INCOME": "或是<a ui-sref='{{sref}}'>獲得收入計算協助</a>"
}
},
"LISTINGS_FOR_SALE": {
Expand Down

0 comments on commit cce7dc0

Please sign in to comment.