Update copy

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
This commit is contained in:
Eric Bailey
2025-05-07 09:33:57 -05:00
committed by GitHub
parent cb9e343e26
commit 158c9b996c
6 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ export function MessageProfileButton({
const wrappedOnPress = requireEmailVerification(onPress, { const wrappedOnPress = requireEmailVerification(onPress, {
instructions: [ instructions: [
<Trans key="message"> <Trans key="message">
Before you may message another user, you must first verify your email. Before you can message another user, you must first verify your email.
</Trans>, </Trans>,
], ],
}) })
+1 -1
View File
@@ -52,7 +52,7 @@ export function NewChat({
const wrappedOnPress = requireEmailVerification(onPress, { const wrappedOnPress = requireEmailVerification(onPress, {
instructions: [ instructions: [
<Trans key="new-chat"> <Trans key="new-chat">
Before you may message another user, you must first verify your email. Before you can message another user, you must first verify your email.
</Trans>, </Trans>,
], ],
}) })
+1 -1
View File
@@ -46,7 +46,7 @@ export function useCleanError() {
return { return {
raw, raw,
clean: _( clean: _(
msg`This feature is not available while using an App Password. Please sign in with your main password.`, msg`This feature is not available while using an app password. Please sign in with your main password.`,
), ),
} }
} }
+2 -1
View File
@@ -12,7 +12,8 @@ export function useOpenComposer() {
openComposer: requireEmailVerification(openComposer, { openComposer: requireEmailVerification(openComposer, {
instructions: [ instructions: [
<Trans key="pre-compose"> <Trans key="pre-compose">
Before creating a post, you must first verify your email. Before creating a post or replying, you must first verify your
email.
</Trans>, </Trans>,
], ],
}), }),
+1 -1
View File
@@ -330,7 +330,7 @@ function Header({newChatControl}: {newChatControl: DialogControlProps}) {
const wrappedOpenChatControl = requireEmailVerification(openChatControl, { const wrappedOpenChatControl = requireEmailVerification(openChatControl, {
instructions: [ instructions: [
<Trans key="new-chat"> <Trans key="new-chat">
Before you may message another user, you must first verify your email. Before you can message another user, you must first verify your email.
</Trans>, </Trans>,
], ],
}) })
+1 -1
View File
@@ -211,7 +211,7 @@ function InnerReady({
id: EmailDialogScreenID.Verify, id: EmailDialogScreenID.Verify,
instructions: [ instructions: [
<Trans key="pre-compose"> <Trans key="pre-compose">
Before you may message another user, you must first verify your Before you can message another user, you must first verify your
email. email.
</Trans>, </Trans>,
], ],