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.",