{{ 'addon.calendar.when' | translate }}
diff --git a/src/addons/messages/pages/discussion/discussion.html b/src/addons/messages/pages/discussion/discussion.html index 57ad7cd7d..2e9ec079a 100644 --- a/src/addons/messages/pages/discussion/discussion.html +++ b/src/addons/messages/pages/discussion/discussion.html @@ -103,7 +103,7 @@{{ 'addon.messages.unabletomessage' | translate }}
diff --git a/src/addons/messages/pages/discussion/discussion.scss b/src/addons/messages/pages/discussion/discussion.scss index f3a030dc3..0c82d4a87 100644 --- a/src/addons/messages/pages/discussion/discussion.scss +++ b/src/addons/messages/pages/discussion/discussion.scss @@ -44,6 +44,7 @@ text-overflow: ellipsis; white-space: nowrap; flex-shrink: 1; + display: block; } ion-icon { diff --git a/src/addons/mod/bigbluebuttonbn/lang.json b/src/addons/mod/bigbluebuttonbn/lang.json index abead21d5..8db55ba47 100644 --- a/src/addons/mod/bigbluebuttonbn/lang.json +++ b/src/addons/mod/bigbluebuttonbn/lang.json @@ -10,12 +10,12 @@ "view_groups_selection_warning": "There is a room for each group and you have access to more than one. Be sure to select the correct one.", "view_message_conference_in_progress": "The session is in progress.", "view_message_conference_room_ready": "This room is ready. You can join the session now.", - "view_message_moderator": "moderator", - "view_message_moderators": "moderators", + "view_message_moderator": "Moderator", + "view_message_moderators": "Moderators", "view_message_norecordings": "There are no recordings available.", - "view_message_session_started_at": "This session started at", - "view_message_viewer": "viewer", - "view_message_viewers": "viewers", + "view_message_session_started_at": "Session started at", + "view_message_viewer": "Viewer", + "view_message_viewers": "Viewers", "view_nojoin": "You do not have a role that is allowed to join this session.", "view_section_title_recordings": "Recordings" } diff --git a/src/addons/mod/bigbluebuttonbn/tests/behat/basic_usage.feature b/src/addons/mod/bigbluebuttonbn/tests/behat/basic_usage.feature index 1e2175676..856d5e698 100755 --- a/src/addons/mod/bigbluebuttonbn/tests/behat/basic_usage.feature +++ b/src/addons/mod/bigbluebuttonbn/tests/behat/basic_usage.feature @@ -53,8 +53,8 @@ Feature: Test basic usage of BBB activity in app Given I wait "10" seconds Then I should find "The session is in progress." in the app - And I should find "1" near "viewer" in the app - And I should find "0" near "moderator" in the app + And I should find "1" near "Viewer" in the app + And I should find "0" near "Moderator" in the app Scenario: Join meeting (moderator) Given the following "activities" exist: @@ -69,8 +69,8 @@ Feature: Test basic usage of BBB activity in app Given I wait "10" seconds Then I should find "The session is in progress." in the app - And I should find "1" near "moderator" in the app - And I should find "0" near "viewer" in the app + And I should find "1" near "Moderator" in the app + And I should find "0" near "Viewer" in the app Scenario: Wait for moderator Given the following "activities" exist: @@ -91,8 +91,8 @@ Feature: Test basic usage of BBB activity in app And I press "Close" in the app And I pull to refresh in the app Then I should find "The session is in progress." in the app - And I should find "1" near "moderator" in the app - And I should find "0" near "viewer" in the app + And I should find "1" near "Moderator" in the app + And I should find "0" near "Viewer" in the app And I should be able to press "Join session" in the app When I close all opened windows diff --git a/src/addons/mod/chat/pages/chat/chat.html b/src/addons/mod/chat/pages/chat/chat.html index a35f2d33a..4cbfff287 100644 --- a/src/addons/mod/chat/pages/chat/chat.html +++ b/src/addons/mod/chat/pages/chat/chat.html @@ -93,7 +93,7 @@{{ 'addon.mod_chat.mustbeonlinetosendmessages' | translate }}
diff --git a/src/addons/mod/data/components/actionsmenu/actionsmenu.html b/src/addons/mod/data/components/actionsmenu/actionsmenu.html index 177470dcd..242b68f1c 100644 --- a/src/addons/mod/data/components/actionsmenu/actionsmenu.html +++ b/src/addons/mod/data/components/actionsmenu/actionsmenu.html @@ -1,9 +1,12 @@ -{{ item.text | translate }}
-{{ item.text | translate }}
+{{ 'addon.mod_forum.lockdiscussion' | translate }}
-{{ 'addon.mod_forum.unlockdiscussion' | translate }}
-{{ 'addon.mod_forum.pindiscussion' | translate }}
-{{ 'addon.mod_forum.unpindiscussion' | translate }}
-{{ 'addon.mod_forum.addtofavourites' | translate }}
-{{ 'addon.mod_forum.removefromfavourites' | translate }}
-{{ 'addon.mod_forum.lockdiscussion' | translate }}
+{{ 'addon.mod_forum.unlockdiscussion' | translate }}
+{{ 'addon.mod_forum.pindiscussion' | translate }}
+{{ 'addon.mod_forum.unpindiscussion' | translate }}
+{{ 'addon.mod_forum.addtofavourites' | translate }}
+{{ 'addon.mod_forum.removefromfavourites' | translate }}
+{{ 'addon.mod_forum.edit' | translate }}
-{{ 'addon.mod_forum.delete' | translate }}
-{{ 'core.discard' | translate }}
-{{ 'core.openinbrowser' | translate }}
-{{ 'addon.mod_forum.edit' | translate }}
+{{ 'addon.mod_forum.delete' | translate }}
+{{ 'core.discard' | translate }}
+{{ 'core.openinbrowser' | translate }}
+
-
+
{{ prefetch.statusTranslatable | translate }}
-{{ 'addon.storagemanager.deletedata' | translate }}
-{{ 'core.courses.hidecourse' | translate }}
-{{ 'core.courses.show' | translate }}
-{{ 'core.courses.addtofavourites' | translate }}
-{{ 'core.courses.removefromfavourites' | translate }}
-{{ prefetch.statusTranslatable | translate }}
+{{ 'addon.storagemanager.deletedata' | translate }}
+{{ 'core.courses.hidecourse' | translate }}
+{{ 'core.courses.show' | translate }}
+{{ 'core.courses.addtofavourites' | translate }}
+{{ 'core.courses.removefromfavourites' | translate }}
+