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, {
|
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>,
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -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>,
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -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.`,
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>,
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -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>,
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -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>,
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user