diff --git a/inst/ShinyApps/labestDataView/ui.R b/inst/ShinyApps/labestDataView/ui.R
index c3cc476cc3197c0b5f3cef2ff4ba13c59d0d201f..c36e37f0cb64391a4ca41b8e2e4f1c266e849b0b 100644
--- a/inst/ShinyApps/labestDataView/ui.R
+++ b/inst/ShinyApps/labestDataView/ui.R
@@ -23,8 +23,8 @@ shinyUI(
             ),
             column(
                 width = 2,
-                HTML(paste('<label class="control-label">Baixe ',
-                           'os dados:</label><br>', sep = "")),
+                HTML(paste('<label class="control-label">Download:',
+                           '</label><br>', sep = "")),
                 downloadButton(outputId = "DOWNLOADDATA",
                                label = "",
                                class = "btn btn-primary")