From 7384612ae3a405564a40120690e54b106687a88c Mon Sep 17 00:00:00 2001 From: Miguel Michelson Date: Sun, 13 Aug 2023 17:01:58 -0400 Subject: [PATCH] translations --- app/views/tracks/new.html.erb | 4 ++-- config/locales/en.yml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/views/tracks/new.html.erb b/app/views/tracks/new.html.erb index fbc8f86..a2102f1 100644 --- a/app/views/tracks/new.html.erb +++ b/app/views/tracks/new.html.erb @@ -69,10 +69,10 @@
- <%= form.radio_button :private, false, label: "Acceso público", hint: "Todo el mundo con el enlace verá este artículo." %> + <%= form.radio_button :private, false, label: t("tracks.private_label"), hint: t("tracks.private_hint") %>
- <%= form.radio_button :private, true, label: "Miembros privados al artículo", hint: "Sólo los miembros de este artículo podrían acceder." %> + <%= form.radio_button :private, true, label: t("tracks.public_label"), hint: t("tracks.public_hint") %>
diff --git a/config/locales/en.yml b/config/locales/en.yml index 21c7d28..1492b49 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -89,6 +89,12 @@ en: or_more: or more supporters: Supporters + private_label: Private + private_hint: Private access. Hidden to the world + + public_label: Public + public_hint: Public access to everyone + home: artists: Artists you should know