Explorar el Código

Better button text

tags/v0.1.0^2
Garrick Aden-Buie hace 8 años
padre
commit
8b1e519c10
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      R/regex_gadget.R

+ 1
- 1
R/regex_gadget.R Ver fichero

@@ -43,7 +43,7 @@ regex_gadget <- function(text = NULL) {
shiny::includeCSS(system.file("style.css", package = "regexplain")),
gadgetTitleBar(
"regexplain",
right = miniTitleBarButton("done", "To Console", TRUE)
right = miniTitleBarButton("done", "Send Regex To Console", TRUE)
),
miniTabstripPanel(
selected = if (is.null(text)) "Text" else "Regex",

Cargando…
Cancelar
Guardar