diff --git a/src/App.vue b/src/App.vue index 5f29eab..58aecbe 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2839,7 +2839,9 @@ export default { `You have booted ${username} off your camera. They will no longer be able ` + `to connect to your camera, or even see that your camera is active at all -- ` + `to them it appears as though you had turned yours off.

This will be ` + - `in place for the remainder of your time in chat, until you log off.` + `in place for the remainder of your time in chat, until you log off. ` + + `Note: If you wish to undo this, you can allow them to watch again ` + + `by opening their profile card.` ); }); }, diff --git a/src/components/ProfileModal.vue b/src/components/ProfileModal.vue index 1a3bdc5..cc60cc7 100644 --- a/src/components/ProfileModal.vue +++ b/src/components/ProfileModal.vue @@ -351,8 +351,9 @@ export default { {{ isMuted ? "Unmute" : "Mute" }} Messages - +