diff --git a/vector/src/main/java/im/vector/app/features/home/HomeActivity.kt b/vector/src/main/java/im/vector/app/features/home/HomeActivity.kt index 6786c1d2b0..a302276f45 100644 --- a/vector/src/main/java/im/vector/app/features/home/HomeActivity.kt +++ b/vector/src/main/java/im/vector/app/features/home/HomeActivity.kt @@ -251,7 +251,7 @@ class HomeActivity : if (it.canUserManageSpace && !popupAlertManager.hasAlertsToShow()) { if (!vectorPreferences.didPromoteNewRestrictedFeature()) { vectorPreferences.setDidPromoteNewRestrictedFeature() - RestrictedPromoBottomSheet().show(supportFragmentManager, "FOO") + RestrictedPromoBottomSheet().show(supportFragmentManager, "RestrictedPromoBottomSheet") } } } diff --git a/vector/src/main/res/values/strings.xml b/vector/src/main/res/values/strings.xml index 69415a0f21..298dc2adf3 100644 --- a/vector/src/main/res/values/strings.xml +++ b/vector/src/main/res/values/strings.xml @@ -3536,11 +3536,10 @@ Anyone in a parent space will be able to find and join this room - no need to manually invite everyone. You’ll be able to change this in room settings anytime. Please note upgrading will make a new version of the room. All current messages will stay in this archived room. - Please note upgrading will make a new version of the room. All current messages will stay in this archived room. New: Let people in spaces find and join private rooms Help people in spaces to find and join private rooms themselves, no need to manually invite everyone. - This makes it easy for rooms to stay private to a space, while letting people in the space find and join them. All new rooms in a space will have this option available. + This makes it easy for rooms to stay private to a space, while letting people in the space find and join them. All new rooms in a space will have this option available. Help space members find private rooms To help space members find and join a private room, go to that room’s settings by tapping on the avatar.