diff --git a/src/app/components/DeviceVerification.tsx b/src/app/components/DeviceVerification.tsx index f2a348711..758c95c7f 100644 --- a/src/app/components/DeviceVerification.tsx +++ b/src/app/components/DeviceVerification.tsx @@ -365,15 +365,23 @@ export function DeviceVerification({ request, onExit }: DeviceVerificationProps) - +
- + Device Verification diff --git a/src/app/components/DeviceVerificationSetup.tsx b/src/app/components/DeviceVerificationSetup.tsx index b0308b866..d8f9f50ee 100644 --- a/src/app/components/DeviceVerificationSetup.tsx +++ b/src/app/components/DeviceVerificationSetup.tsx @@ -293,7 +293,15 @@ export const DeviceVerificationSetup = forwardRef +
- + Setup Device Verification @@ -331,7 +339,15 @@ export const DeviceVerificationReset = forwardRef +
- + Reset Device Verification diff --git a/src/app/components/LogoutDialog.tsx b/src/app/components/LogoutDialog.tsx index 4d92ab3e9..921e595ec 100644 --- a/src/app/components/LogoutDialog.tsx +++ b/src/app/components/LogoutDialog.tsx @@ -52,7 +52,16 @@ export const LogoutDialog = forwardRef( const ongoingLogout = logoutState.status === AsyncStatus.Loading; return ( - +
( size="500" > - + Logout diff --git a/src/app/components/invite-user-prompt/InviteUserPrompt.tsx b/src/app/components/invite-user-prompt/InviteUserPrompt.tsx index 4e96d985f..4e110be41 100644 --- a/src/app/components/invite-user-prompt/InviteUserPrompt.tsx +++ b/src/app/components/invite-user-prompt/InviteUserPrompt.tsx @@ -189,14 +189,21 @@ export function InviteUserPrompt({ room, requestClose }: InviteUserProps) { escapeDeactivates: stopPropagation, }} > - +
- + {t('Organisms.InviteUser.invite')} diff --git a/src/app/components/join-address-prompt/JoinAddressPrompt.tsx b/src/app/components/join-address-prompt/JoinAddressPrompt.tsx index 88d537ca8..921f57024 100644 --- a/src/app/components/join-address-prompt/JoinAddressPrompt.tsx +++ b/src/app/components/join-address-prompt/JoinAddressPrompt.tsx @@ -67,13 +67,21 @@ export function JoinAddressPrompt({ onOpen, onCancel }: JoinAddressProps) { - +
- + Join with Address diff --git a/src/app/components/leave-room-prompt/LeaveRoomPrompt.tsx b/src/app/components/leave-room-prompt/LeaveRoomPrompt.tsx index f4c63cde3..4010aa192 100644 --- a/src/app/components/leave-room-prompt/LeaveRoomPrompt.tsx +++ b/src/app/components/leave-room-prompt/LeaveRoomPrompt.tsx @@ -52,13 +52,21 @@ export function LeaveRoomPrompt({ roomId, onDone, onCancel }: LeaveRoomPromptPro - +
- +
- + Leave Space diff --git a/src/app/components/room-topic-viewer/RoomTopicViewer.tsx b/src/app/components/room-topic-viewer/RoomTopicViewer.tsx index 974b1daed..a5ee48dec 100644 --- a/src/app/components/room-topic-viewer/RoomTopicViewer.tsx +++ b/src/app/components/room-topic-viewer/RoomTopicViewer.tsx @@ -26,6 +26,10 @@ export const RoomTopicViewer = as< return ( setOpen(false), clickOutsideDeactivates: true, escapeDeactivates: stopPropagation, }} > - +
- + This link doesn't go where it says diff --git a/src/app/components/uia-stages/DummyStage.tsx b/src/app/components/uia-stages/DummyStage.tsx index 46f5490e3..6f493a5fb 100644 --- a/src/app/components/uia-stages/DummyStage.tsx +++ b/src/app/components/uia-stages/DummyStage.tsx @@ -15,10 +15,16 @@ function DummyErrorDialog({ onCancel: () => void; }) { return ( - + - + {title} {message} diff --git a/src/app/components/uia-stages/EmailStage.tsx b/src/app/components/uia-stages/EmailStage.tsx index 9c9ec60ab..7acd00c66 100644 --- a/src/app/components/uia-stages/EmailStage.tsx +++ b/src/app/components/uia-stages/EmailStage.tsx @@ -28,7 +28,13 @@ function EmailErrorDialog({ }; return ( - + - + {title} {message} @@ -145,10 +151,16 @@ export function EmailStageDialog({ if (emailTokenState.status === AsyncStatus.Success) { return ( - + - + Verification Request Sent {`Please check your email "${emailTokenState.data.email}" and validate before continuing further.`} diff --git a/src/app/components/uia-stages/PasswordStage.tsx b/src/app/components/uia-stages/PasswordStage.tsx index c3fd5c38a..8a468ce9a 100644 --- a/src/app/components/uia-stages/PasswordStage.tsx +++ b/src/app/components/uia-stages/PasswordStage.tsx @@ -36,7 +36,13 @@ export function PasswordStage({ }; return ( - +
- + {t('Organisms.PasswordStage.account_password')} diff --git a/src/app/components/uia-stages/ReCaptchaStage.tsx b/src/app/components/uia-stages/ReCaptchaStage.tsx index 68b3fcf48..4abae18ed 100644 --- a/src/app/components/uia-stages/ReCaptchaStage.tsx +++ b/src/app/components/uia-stages/ReCaptchaStage.tsx @@ -14,10 +14,18 @@ function ReCaptchaErrorDialog({ onCancel: () => void; }) { return ( - + - {title} + + {title} + {message}