diff options
author | hannajankowski <hkj@yorku.ca> | 2024-05-30 12:08:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 12:08:23 -0400 |
commit | b99606bb4f6da17ecf1bded30cdbba67f2c05563 (patch) | |
tree | 756ee888c7b5b389e093746c2adce16ac3e91f18 /inst/app/templates/content/estimators.html | |
parent | 3aed7c6fc4f958df5f98bc0a9de550232920a593 (diff) |
Add files via upload
Diffstat (limited to 'inst/app/templates/content/estimators.html')
-rw-r--r-- | inst/app/templates/content/estimators.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inst/app/templates/content/estimators.html b/inst/app/templates/content/estimators.html index e664ad2..133241a 100644 --- a/inst/app/templates/content/estimators.html +++ b/inst/app/templates/content/estimators.html @@ -1,6 +1,6 @@ <nav class="nav nav-tabs"> - <a class="nav-link active" data-bs-toggle="tab" href="#add-estimators">Add estimators</a> - <a class="nav-link" data-bs-toggle="tab" href="#view-estimates">View estimates</a> + <a class="nav-link active" data-bs-toggle="tab" href="#add-estimators">About the estimators</a> + <a class="nav-link" data-bs-toggle="tab" href="#view-estimates">Select and compute estimates</a> </nav> <div class="container-fluid tab-content"> |