Fix translation add backend test case todo

This commit is contained in:
ogerly 2019-08-23 11:36:41 +02:00
parent f34cef22f2
commit 53532025d6
2 changed files with 7 additions and 1 deletions

View File

@ -14,6 +14,9 @@ describe('SignupVerification', () => {
}) })
describe('UpdateUser', () => { describe('UpdateUser', () => {
describe('given terms and conditions are not updated', () => {
it.todo('does not update `termsAndConditionsAgreedAt`')
})
describe('given a new agreed version of terms and conditions', () => { describe('given a new agreed version of terms and conditions', () => {
it.todo('updates `termsAndConditionsAgreedAt`') it.todo('updates `termsAndConditionsAgreedAt`')
it.todo('updates `termsAndConditionsAgreedVersion`') it.todo('updates `termsAndConditionsAgreedVersion`')

View File

@ -55,7 +55,10 @@
v-model="termsAndConditionsConfirmed" v-model="termsAndConditionsConfirmed"
:checked="termsAndConditionsConfirmed" :checked="termsAndConditionsConfirmed"
/> />
<label for="checkbox" v-html="$t('site.termsAndConditionsConfirmed')"></label> <label
for="checkbox"
v-html="$t('termsAndConditions.termsAndConditionsConfirmed')"
></label>
</ds-text> </ds-text>
<template slot="footer"> <template slot="footer">