diff --git a/src/addons/calendar/pages/edit-event/edit-event.html b/src/addons/calendar/pages/edit-event/edit-event.html index 5e111568f..6c28db54b 100644 --- a/src/addons/calendar/pages/edit-event/edit-event.html +++ b/src/addons/calendar/pages/edit-event/edit-event.html @@ -95,7 +95,7 @@ - +

{{ 'core.group' | translate }}

diff --git a/src/addons/calendar/pages/event/event.html b/src/addons/calendar/pages/event/event.html index 2719ab3c4..ae1306688 100644 --- a/src/addons/calendar/pages/event/event.html +++ b/src/addons/calendar/pages/event/event.html @@ -84,7 +84,7 @@

- +

{{ 'core.group' | translate}}

{{ groupName }}

diff --git a/src/addons/mod/assign/components/index/addon-mod-assign-index.html b/src/addons/mod/assign/components/index/addon-mod-assign-index.html index 44fce0030..8ae559539 100644 --- a/src/addons/mod/assign/components/index/addon-mod-assign-index.html +++ b/src/addons/mod/assign/components/index/addon-mod-assign-index.html @@ -20,7 +20,7 @@ - + {{'core.groupsseparate' | translate }} {{'core.groupsvisible' | translate }} diff --git a/src/addons/mod/assign/components/submission/addon-mod-assign-submission.html b/src/addons/mod/assign/components/submission/addon-mod-assign-submission.html index 7b0f32cf6..c8a116590 100644 --- a/src/addons/mod/assign/components/submission/addon-mod-assign-submission.html +++ b/src/addons/mod/assign/components/submission/addon-mod-assign-submission.html @@ -372,7 +372,9 @@ -

{{lastAttempt!.submissiongroupname}}

+

+ {{lastAttempt!.submissiongroupname}} +

diff --git a/src/addons/mod/assign/pages/submission-list/submission-list.html b/src/addons/mod/assign/pages/submission-list/submission-list.html index 09beab4e9..89ff9f3b9 100644 --- a/src/addons/mod/assign/pages/submission-list/submission-list.html +++ b/src/addons/mod/assign/pages/submission-list/submission-list.html @@ -25,7 +25,7 @@ - + {{'core.groupsseparate' | translate }} {{'core.groupsvisible' | translate }} @@ -48,7 +48,9 @@ {{ 'addon.mod_assign.hiddenuser' | translate }}{{submission.blindid}}

- {{submission.groupname}} + + {{submission.groupname}} + {{ 'addon.mod_assign.noteam' | translate }} diff --git a/src/addons/mod/bigbluebuttonbn/components/index/index.html b/src/addons/mod/bigbluebuttonbn/components/index/index.html index 49ebe332d..39f7bd548 100644 --- a/src/addons/mod/bigbluebuttonbn/components/index/index.html +++ b/src/addons/mod/bigbluebuttonbn/components/index/index.html @@ -21,7 +21,7 @@ - + {{'core.groupsseparate' | translate }} {{'core.groupsvisible' | translate }} diff --git a/src/addons/mod/chat/pages/sessions/sessions.html b/src/addons/mod/chat/pages/sessions/sessions.html index 53115aac3..9676d15bb 100644 --- a/src/addons/mod/chat/pages/sessions/sessions.html +++ b/src/addons/mod/chat/pages/sessions/sessions.html @@ -14,7 +14,7 @@ - + {{'core.groupsseparate' | translate }} {{'core.groupsvisible' | translate }} diff --git a/src/addons/mod/data/components/index/addon-mod-data-index.html b/src/addons/mod/data/components/index/addon-mod-data-index.html index 59f79533d..3a8aa7713 100644 --- a/src/addons/mod/data/components/index/addon-mod-data-index.html +++ b/src/addons/mod/data/components/index/addon-mod-data-index.html @@ -25,7 +25,7 @@ [courseId]="courseId" [hasDataToSync]="hasOffline || hasOfflineRatings"> - + {{'core.groupsseparate' | translate }} {{'core.groupsvisible' | translate }} diff --git a/src/addons/mod/data/pages/edit/edit.html b/src/addons/mod/data/pages/edit/edit.html index 0ee3b6e22..4b04f9b68 100644 --- a/src/addons/mod/data/pages/edit/edit.html +++ b/src/addons/mod/data/pages/edit/edit.html @@ -18,7 +18,7 @@ - + {{ 'core.groupsvisible' | translate }} {{ 'core.groupsseparate' | translate }} diff --git a/src/addons/mod/data/pages/entry/entry.html b/src/addons/mod/data/pages/entry/entry.html index 0bf31d990..7ecfe25c5 100644 --- a/src/addons/mod/data/pages/entry/entry.html +++ b/src/addons/mod/data/pages/entry/entry.html @@ -25,7 +25,7 @@ - + {{ 'core.groupsvisible' | translate }} {{ 'core.groupsseparate' | translate }} diff --git a/src/addons/mod/feedback/components/index/addon-mod-feedback-index.html b/src/addons/mod/feedback/components/index/addon-mod-feedback-index.html index f564311d8..e336d35e1 100644 --- a/src/addons/mod/feedback/components/index/addon-mod-feedback-index.html +++ b/src/addons/mod/feedback/components/index/addon-mod-feedback-index.html @@ -40,7 +40,7 @@ - + {{'core.groupsseparate' | translate }} {{'core.groupsvisible' | translate }} diff --git a/src/addons/mod/feedback/pages/attempts/attempts.html b/src/addons/mod/feedback/pages/attempts/attempts.html index 123818d86..a435f5861 100644 --- a/src/addons/mod/feedback/pages/attempts/attempts.html +++ b/src/addons/mod/feedback/pages/attempts/attempts.html @@ -15,7 +15,8 @@ - + {{'core.groupsseparate' | translate }} {{'core.groupsvisible' | translate }} diff --git a/src/addons/mod/feedback/pages/nonrespondents/nonrespondents.html b/src/addons/mod/feedback/pages/nonrespondents/nonrespondents.html index 7f85fd6dd..e5634aab3 100644 --- a/src/addons/mod/feedback/pages/nonrespondents/nonrespondents.html +++ b/src/addons/mod/feedback/pages/nonrespondents/nonrespondents.html @@ -14,7 +14,7 @@ - + {{'core.groupsseparate' | translate }} {{'core.groupsvisible' | translate }} diff --git a/src/addons/mod/forum/components/index/index.html b/src/addons/mod/forum/components/index/index.html index a7a5afbdc..35776441c 100644 --- a/src/addons/mod/forum/components/index/index.html +++ b/src/addons/mod/forum/components/index/index.html @@ -67,7 +67,7 @@

{{discussion.userfullname}} -

+

{{ discussion.groupname }}

diff --git a/src/addons/mod/forum/components/post/post.html b/src/addons/mod/forum/components/post/post.html index a077ebe88..4cbc6f849 100644 --- a/src/addons/mod/forum/components/post/post.html +++ b/src/addons/mod/forum/components/post/post.html @@ -31,7 +31,7 @@