From c658ddf7d2275f89731b08d7b69ce38e54f8a76e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 22 Mar 2021 11:01:32 +0100 Subject: [PATCH] Translate slider no public registration --- webapp/components/Registration/RegistrationSlider.vue | 6 +++--- webapp/locales/de.json | 3 +++ webapp/locales/en.json | 3 +++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/webapp/components/Registration/RegistrationSlider.vue b/webapp/components/Registration/RegistrationSlider.vue index 6a9b5837f..06f8f166f 100644 --- a/webapp/components/Registration/RegistrationSlider.vue +++ b/webapp/components/Registration/RegistrationSlider.vue @@ -78,12 +78,12 @@ export default { const slidersPortfolio = { noPublicRegistration: { name: 'no-public-registration', - titleIdent: 'No Public Registration', // Wolle + titleIdent: 'components.registration.no-public-registrstion.title', validated: false, data: { request: null, response: null }, button: { - titleIdent: this.$t('site.back-to-login'), // Wolle - icon: 'arrow-right', + titleIdent: 'site.back-to-login', + icon: null, callback: this.buttonCallback, sliderCallback: null, // optional set by slot }, diff --git a/webapp/locales/de.json b/webapp/locales/de.json index ecb13794e..6f4e1333c 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -200,6 +200,9 @@ }, "title": "Einladung" }, + "no-public-registrstion": { + "title": "Keine öffentliche Registrierung möglich" + }, "signup": { "form": { "data-privacy": "Ich habe die Datenschutzerklärung gelesen und verstanden.", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index b5cd77202..bee29c349 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -200,6 +200,9 @@ }, "title": "Invitation" }, + "no-public-registrstion": { + "title": "No Public Registration" + }, "signup": { "form": { "data-privacy": "I have read and understood the privacy statement.",