Skip to content

Commit 3c08119

Browse files
Reverting trs
1 parent d929285 commit 3c08119

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

kolibri/plugins/learn/assets/src/views/content-page/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
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',

kolibri/plugins/learn/assets/src/views/points-popup/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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>
@@ -46,7 +46,7 @@
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',
@@ -55,7 +55,7 @@
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: {

kolibri/plugins/learn/assets/src/views/points-slidein/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
color="default"
1212
size="small"
1313
icon="close"
14-
:ariaLabel="$tr('dismiss')"
14+
:ariaLabel="$tr('close')"
1515
@click="$emit('close')"
1616
/>
1717
</div>
@@ -30,7 +30,7 @@
3030
$trNameSpace: 'pointsSlidein',
3131
$trs: {
3232
plusPoints: '+ { maxPoints, number } Points',
33-
dismiss: 'Dismiss',
33+
close: 'Close',
3434
},
3535
components: {
3636
pointsIcon,

0 commit comments

Comments
 (0)