File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
kolibri/plugins/learn/assets/src/views Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 134134 $trNameSpace: ' learnContent' ,
135135 $trs: {
136136 recommended: ' Recommended' ,
137- nextContent: ' Next item' ,
137+ nextContent: ' Go to next item' ,
138138 author: ' Author' ,
139139 license: ' License' ,
140140 licenseDescription: ' License description' ,
Original file line number Diff line number Diff line change 88
99
1010 <div class =" points-wrapper" >
11- <h2 >{{ $tr('pointsForCompletion') }}</h2 >
11+ <!-- < h2>{{ $tr('pointsForCompletion') }}</h2> -- >
1212 <div class =" points" >
1313 <points-icon class =" points-icon" :active =" true" />
1414 <span class =" points-amount" >{{ $tr('plusPoints', { maxPoints }) }}</span >
4646 $trNameSpace: ' pointsPopup' ,
4747 $trs: {
4848 plusPoints: ' + { maxPoints, number } Points' ,
49- niceWork: ' Great work!' ,
49+ niceWork: ' Great work! Keep it up! ' ,
5050 nextContent: ' Next Item' ,
5151 topic: ' Topic' ,
5252 exercise: ' Exercise' ,
5555 document : ' Document' ,
5656 html5: ' HTML5 app' ,
5757 item: ' Item' ,
58- close: ' Practice again ' ,
58+ close: ' Close ' ,
5959 pointsForCompletion: ' Points for completion' ,
6060 },
6161 components: {
Original file line number Diff line number Diff line change 1111 color =" default"
1212 size =" small"
1313 icon =" close"
14- :ariaLabel =" $tr('dismiss ')"
14+ :ariaLabel =" $tr('close ')"
1515 @click =" $emit('close')"
1616 />
1717 </div >
3030 $trNameSpace: ' pointsSlidein' ,
3131 $trs: {
3232 plusPoints: ' + { maxPoints, number } Points' ,
33- dismiss : ' Dismiss ' ,
33+ close : ' Close ' ,
3434 },
3535 components: {
3636 pointsIcon,
You can’t perform that action at this time.
0 commit comments