Skip to content

Commit 196918a

Browse files
committed
Fix Solar Resource Download caption
1 parent 89926cc commit 196918a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/runtime/ui/Solar Resource Download.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
},
148148
"Caption": {
149149
"Type": 5.0,
150-
"String": "The NSRDB is a database of weather files that you can download and add to your to your solar resource library: Download a default typical-year (TMY) file for most long-term cash flow analyses, or choose files for single-year or P50/P90 analyses. See Help for details."
150+
"String": "Caption set by show_hide_advanced() functcion"
151151
},
152152
"TextColour": {
153153
"Type": 4.0,
@@ -686,7 +686,7 @@
686686
"\t\tproperty( 'download_weather_caption' , 'TextColour', 'black' );\r",
687687
"\t}\r",
688688
"\telse {\r",
689-
"\t\tproperty( 'download_weather_caption' , 'Caption' , 'The NSRDB is a database of thousands of weather files that you can download and add to your to your solar resource library: Download a default typical-year (TMY) file for most long-term cash flow analyses, or choose files to download for single-year or uncertainty (P50/P90) analyses. See Help for details.' );\r",
689+
"\t\tproperty( 'download_weather_caption' , 'Caption' , 'The NSRDB is a database of weather files that you can download and add to your to your solar resource library: Download a default typical-year (TMY) file for most long-term cash flow analyses, or choose files for single-year or P50/P90 analyses. See Help for details.' );\r",
690690
"\t\tproperty( 'download_weather_caption' , 'TextColour', 'black' );\r",
691691
"\t}\r",
692692
"\tshow('options_divider', !value('is_advanced') );\r",

0 commit comments

Comments
 (0)