Update copy
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
This commit is contained in:
@@ -56,7 +56,7 @@ export function MessageProfileButton({
|
||||
const wrappedOnPress = requireEmailVerification(onPress, {
|
||||
instructions: [
|
||||
<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>,
|
||||
],
|
||||
})
|
||||
|
||||
@@ -52,7 +52,7 @@ export function NewChat({
|
||||
const wrappedOnPress = requireEmailVerification(onPress, {
|
||||
instructions: [
|
||||
<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>,
|
||||
],
|
||||
})
|
||||
|
||||
@@ -46,7 +46,7 @@ export function useCleanError() {
|
||||
return {
|
||||
raw,
|
||||
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.`,
|
||||
),
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,8 @@ export function useOpenComposer() {
|
||||
openComposer: requireEmailVerification(openComposer, {
|
||||
instructions: [
|
||||
<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>,
|
||||
],
|
||||
}),
|
||||
|
||||
@@ -330,7 +330,7 @@ function Header({newChatControl}: {newChatControl: DialogControlProps}) {
|
||||
const wrappedOpenChatControl = requireEmailVerification(openChatControl, {
|
||||
instructions: [
|
||||
<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>,
|
||||
],
|
||||
})
|
||||
|
||||
@@ -211,7 +211,7 @@ function InnerReady({
|
||||
id: EmailDialogScreenID.Verify,
|
||||
instructions: [
|
||||
<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.
|
||||
</Trans>,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user