Skip to content

Commit

Permalink
Change selectinput label text
Browse files Browse the repository at this point in the history
  • Loading branch information
stesiam committed Apr 22, 2024
1 parent 02ec44a commit 0040dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ observeEvent(input$selected_language, {
inputId = "elect_systems",
label = "",
width = "280px",
choices = c(setNames(c('bonus40'), i18n$t("Bonus 40 Seats (2007-09)")),
choices = c(setNames(c('bonus40'), i18n$t("Bonus 40 Seats (2007-2009)")),
setNames(c('bonus50'), i18n$t("Bonus 50 Seats (2012-2019)")),
setNames(c('nobonus'), i18n$t("No Bonus (2023Α)")),
setNames(c('propbonus'), i18n$t("Proportional Bonus (2023Β-"))
Expand Down
2 changes: 1 addition & 1 deletion app/www/translations/translation_el.csv
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ en,el
"Other Party #1", "Άλλο κόμμα #1"
"Other Party #2", "Άλλο κόμμα #2"
"Choose Electoral System: ", "Εκλογικό σύστημα: "
"Bonus 40 Seats (2007-09)", "Μπόνους 40 εδρών (2007, 09)"
"Bonus 40 Seats (2007-2009)", "Μπόνους 40 εδρών (2007, 09)"
"Bonus 50 Seats (2012-2019)", "Μπόνους 50 εδρών (2012-2019)"
"No Bonus (2023Α)", "Αναλογική κατανομή (2023Α)"
"Proportional Bonus (2023Β-", "Αναλογικό μπόνους (2023Β-)"

0 comments on commit 0040dc7

Please sign in to comment.