Rename results module to details

This commit is contained in:
Elias Projahn 2022-08-17 16:46:39 +02:00
parent 5bf3aa8a4a
commit da6bae70a9
3 changed files with 4 additions and 4 deletions

2
R/ui.R
View file

@ -162,7 +162,7 @@ ui <- function(options) {
),
tabPanel(
title = "Detailed results",
results_ui("results")
details_ui("results")
),
tabPanel(
title = "g:Profiler",