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 1
1
<template >
2
2
<div >
3
3
<b-checkbox >
4
- {{$t('stepper.CW.copyright-waive-statement ')}}
4
+ {{$t('stepper.CW.copyright-waive-agreement ')}}
5
5
</b-checkbox >
6
- <textarea :value =" this.$t('cc0-waiver- text')" :class =" 'waiver-textarea'" />
6
+ <textarea :value =" this.$t('cc0-waiver. text')" :class =" 'waiver-textarea'" />
7
7
<b-checkbox >
8
8
{{$t("stepper.CW.copyright-waive-confirmation")}}
9
9
</b-checkbox >
Original file line number Diff line number Diff line change 3
3
<i18n path =" license-use.richtext.full-text" tag =" span" >
4
4
<template v-slot :workTitle >
5
5
<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 >
7
7
<span v-else rel =" dc:title" >{{workTitle}}</span >
8
8
</a >
9
9
<span v-else-if =" workTitle" rel =" dc:title" >{{workTitle}}</span >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<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 >
4
4
<p class =" license-use-instructions" >{{$t('license-use.common-instructions')}}</p >
5
5
<b-tabs >
6
6
<b-tab-item label =" Website" >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
<div class =" field" :class =" yesSelected" >
8
8
<b-radio v-model =" radio"
9
9
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 >
11
11
</b-radio >
12
12
</div >
13
13
<div class =" field" :class =" noSelected" >
14
14
<b-radio v-model =" radio"
15
15
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 >
17
17
</b-radio >
18
18
</div >
19
19
</div >
You can’t perform that action at this time.
0 commit comments