diff --git a/kolibri/plugins/bloompub_viewer/frontend/views/BloomPubRendererIndex.vue b/kolibri/plugins/bloompub_viewer/frontend/views/BloomPubRendererIndex.vue index 4e5c7cf9927..76c173abb29 100644 --- a/kolibri/plugins/bloompub_viewer/frontend/views/BloomPubRendererIndex.vue +++ b/kolibri/plugins/bloompub_viewer/frontend/views/BloomPubRendererIndex.vue @@ -39,6 +39,7 @@ :style="{ backgroundColor: $themePalette.grey.v_200 }" frameBorder="0" :src="rooturl" + :title="$tr('contentFrameTitle')" allow="fullscreen" > @@ -173,6 +174,10 @@ context: 'Learners can use the full screen button in the upper right corner to open an html5 app in fullscreen view.\n', }, + contentFrameTitle: { + message: 'Content viewer', + context: 'Accessible title for the iframe that displays the content', + }, }, }; diff --git a/kolibri/plugins/coach/frontend/views/CoachPrompts/index.vue b/kolibri/plugins/coach/frontend/views/CoachPrompts/index.vue index 18e143ee77f..e1513102c29 100644 --- a/kolibri/plugins/coach/frontend/views/CoachPrompts/index.vue +++ b/kolibri/plugins/coach/frontend/views/CoachPrompts/index.vue @@ -122,14 +122,24 @@
Station 1
Kolibri learning
-
+ Station 2
Guided practice

+ Station 1
Kolibri learning
-
+ Station 2
Guided practice

+ Station 3
Independent activity

+ Option 1
Next to each other
-
+ Option 2
In a triangle

+ Option 1
In a square
-
+ Option 2
In a rectangle

+ Option 2
In a circle

+ Option 2
In a horseshoe

+ Option 2
In a circle
-
+ Option 2
In a horseshoe

+ {{ $tr('deviceNameExplanation') }}
+{{ $tr('DownloadOnMeteredConnectionDescription') }} @@ -205,7 +205,7 @@
{{ $tr('renameFacilityExplanation') }}
+- -
-- +
diff --git a/kolibri/plugins/facility/frontend/views/ManageClassPage/ClassCreateModal.vue b/kolibri/plugins/facility/frontend/views/ManageClassPage/ClassCreateModal.vue
index 7e044152cde..31978cad096 100644
--- a/kolibri/plugins/facility/frontend/views/ManageClassPage/ClassCreateModal.vue
+++ b/kolibri/plugins/facility/frontend/views/ManageClassPage/ClassCreateModal.vue
@@ -9,6 +9,7 @@
@submit="createNewClass"
@cancel="$emit('cancel')"
>
+