Skip to content

Commit

Permalink
update ui message
Browse files Browse the repository at this point in the history
  • Loading branch information
avanlinden committed Aug 22, 2024
1 parent 3d6c9ff commit 0d9d5b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ ui <- function() {
fluidRow(
column(
8,
p("Explore AD metadata template columns by column name, value, or description. ",
"You can use the large search bar to query the entire table, ",
"the small search bars underneath the column names to query by ",
"column, and the pagination at the bottom to flip through the table."
p("Explore AD metadata template columns by name, value, or description. ",
"You can use the large search bar at the top to query the entire dictionary, ",
"the small search bars underneath the dictionary column names to query by ",
"dictionary column, and the pagination at the bottom to flip through the table."
)
),
column(
Expand Down

0 comments on commit 0d9d5b3

Please sign in to comment.