File tree Expand file tree Collapse file tree 5 files changed +6
-148
lines changed Expand file tree Collapse file tree 5 files changed +6
-148
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div >
33 <b-checkbox >
4- {{$t('stepper.CW.copyright-waive-statement ')}}
4+ {{$t('stepper.CW.copyright-waive-agreement ')}}
55 </b-checkbox >
6- <textarea :value =" this.$t('cc0-waiver- text')" :class =" 'waiver-textarea'" />
6+ <textarea :value =" this.$t('cc0-waiver. text')" :class =" 'waiver-textarea'" />
77 <b-checkbox >
88 {{$t("stepper.CW.copyright-waive-confirmation")}}
99 </b-checkbox >
Original file line number Diff line number Diff line change 33 <i18n path =" license-use.richtext.full-text" tag =" span" >
44 <template v-slot :workTitle >
55 <a :href =" workUrl" v-if =" workUrl && isWeb" rel =" cc:attributionURL" >
6- <span v-if =" !workTitle" >{{$t('license-use.license- richtext.workTitle')}}</span >
6+ <span v-if =" !workTitle" >{{$t('license-use.richtext.workTitle')}}</span >
77 <span v-else rel =" dc:title" >{{workTitle}}</span >
88 </a >
99 <span v-else-if =" workTitle" rel =" dc:title" >{{workTitle}}</span >
Original file line number Diff line number Diff line change 11<template >
22<div class =" license-use-card" >
3- <h4 class =" vocab h4b hb" >Use Your License </h4 >
3+ <h4 class =" vocab h4b hb" >{{$t('license-use.heading')}} </h4 >
44 <p class =" license-use-instructions" >{{$t('license-use.common-instructions')}}</p >
55 <b-tabs >
66 <b-tab-item label =" Website" >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 <div class =" field" :class =" yesSelected" >
88 <b-radio v-model =" radio"
99 native-value =" yes" >
10- <span class =" vocab-body body-normal" >{{$t('yes')}}{{$t(yesText)}}</span >
10+ <span class =" vocab-body body-normal" >{{$t('stepper. yes')}}{{$t(yesText)}}</span >
1111 </b-radio >
1212 </div >
1313 <div class =" field" :class =" noSelected" >
1414 <b-radio v-model =" radio"
1515 native-value =" no" >
16- <span class =" vocab-body body-normal" >{{$t('no')}}{{$t(noText)}}</span >
16+ <span class =" vocab-body body-normal" >{{$t('stepper. no')}}{{$t(noText)}}</span >
1717 </b-radio >
1818 </div >
1919 </div >
You can’t perform that action at this time.
0 commit comments