Skip to content

Commit

Permalink
Typing correction in the welcome panel
Browse files Browse the repository at this point in the history
Typing correction in the welcome panel

issue #144

"Welcome on DiadES Atlas!" replaced by "Welcome to DiadES Atlas!" in
English
  • Loading branch information
PMHLambert committed Feb 22, 2023
1 parent e46f918 commit 5561ad4
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/app_ui.R
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ app_ui <- function(request) {
welcomemodal = modal(
inputId = "welcome",
title = tagList(
tags$h2("Welcome on DiadES Atlas!") %>% with_i18("welcome")
tags$h2("Welcome to DiadES Atlas!") %>% with_i18("welcome")
),
body = tagList(
tags$div(
2 changes: 1 addition & 1 deletion data-raw/userguide.Rmd
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ classoption: a4paper
knitr::opts_chunk$set(echo = TRUE)
```

## Welcome on DiadES Atlas
## Welcome to DiadES Atlas

This is the home page of the Shiny application.

2 changes: 1 addition & 1 deletion inst/translation.csv
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
"Title for the ""conservation status"" table on page 1","show-conservation-status","Conservation status","Statut de conservation","Estado de conservación","Estado de conservação"
"Button to show the result","show-result","Show results","Montrer les résultats","Mostrar resultados","Mostrar resultados"
"Selector to switch geometry on tab 1","change-geometry","Change map resolution","Changer la résolution de la carte","Cambiar la resolución del mapa","Mudar a resolução do mapa"
"Title for the modal shown at opening","welcome","Welcome on DiadES Atlas!","Bienvenue sur l'Atlas DiadES !","Bem-vindo ao Atlas DiadES!","¡Bienvenido a DiadES Atlas!"
"Title for the modal shown at opening","welcome","Welcome to DiadES Atlas!","Bienvenue sur l'Atlas DiadES !","Bem-vindo ao Atlas DiadES!","¡Bienvenido a DiadES Atlas!"
"Text for the modal shown at opening","explore","Explore the consequences of climate change on the distribution of diadromous species and associated ecosystem services to inform the management of your territories in the long term.","Explorez les conséquences du changement climatique sur la distribution des espèces diadromes et des services écosystémiques associés pour informer la gestion de vos territoires sur le long terme","Explorar las consecuencias del cambio climático en la distribución de las especies diádromas y los servicios ecosistémicos asociados para informar la gestión de sus territorios a largo plazo.","Explore as consequências das alterações climáticas na distribuição de espécies diadromas e serviços ecossistémicos associados para informar a gestão dos seus territórios a longo prazo."
"Title for the first legend of the map on tab 1","annual_prevalence","Annual prevalence in catches at sea","Prévalence annuelle des captures en mer","Prevalencia anual en las capturas en el mar","Prevalência anual nas capturas no mar"
"Title for the second legend of the map on tab 1","status_in_river_catchments","Population status in catchments after 2010","Statut des populations dans les bassins versants après 2010","Estado de la población en las cuencas después de 2010","Situação da população em bacias hidrográficas após 2010"
4 changes: 2 additions & 2 deletions vignettes/userguide.Rmd
Original file line number Diff line number Diff line change
@@ -252,7 +252,7 @@ code > span.er { color: #a61717; background-color: #e3d2d2; }

<div id="TOC">
<ul>
<li><a href="#welcome-on-diades-atlas">Welcome on DiadES Atlas</a></li>
<li><a href="#welcome-on-diades-atlas">Welcome to DiadES Atlas</a></li>
<li><a href="#current-distribution">Current distribution</a></li>
<li><a href="#ecosystem-services">Ecosystem services</a></li>
<li><a href="#effect-of-global-warming">Effect of global
@@ -262,7 +262,7 @@ warming</a></li>
</div>

<div id="welcome-on-diades-atlas" class="section level2">
<h2>Welcome on DiadES Atlas</h2>
<h2>Welcome to DiadES Atlas</h2>
<p>This is the home page of the Shiny application.</p>
<ul>
<li>To close the welcome message, click on the top right “X”, or

0 comments on commit 5561ad4

Please sign in to comment.