Skip to content

Commit 1d91d15

Browse files
committed
update download page text
1 parent f790952 commit 1d91d15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ui.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,17 @@ navbarPage("iTRAQI", id="nav",
9292
title="Downloads",
9393
icon=icon("download-alt", lib="glyphicon"),
9494
tags$h3("Download links for SA1 and SA2 aggregate time to care:"),
95-
tags$h4("2011 SA regions:"),
95+
tags$h4("2011 Australian Statistical Geography Standard (ASGS) Statistical Areas level 1 and 2 (SA1 and SA2):"),
9696
downloadBttn("download_SA1_2011", "Download (2011 SA1s)", style="pill", block=FALSE),
9797
downloadBttn("download_SA2_2011", "Download (2011 SA2s)", style="pill", block=FALSE),
9898
tags$br(),
9999
tags$br(),
100-
tags$h4("2016 SA regions:"),
100+
tags$h4("2016 ASGS SA1 and SA2:"),
101101
downloadBttn("download_SA1_2016", "Download (2016 SA1s)", style="pill", block=FALSE),
102102
downloadBttn("download_SA2_2016", "Download (2016 SA2s)", style="pill", block=FALSE),
103103
tags$br(),
104104
tags$br(),
105-
tags$h4("2021 SA regions:"),
105+
tags$h4("2021 ASGS SA1 and SA2:"),
106106
downloadBttn("download_SA1_2021", "Download (2021 SA1s)", style="pill", block=FALSE),
107107
downloadBttn("download_SA2_2021", "Download (2021 SA2s)", style="pill", block=FALSE)
108108

0 commit comments

Comments
 (0)