mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
chore: fix message formatting (#2135)
This commit is contained in:
@ -265,7 +265,7 @@ export const TemplateDirectLinkDialog = ({
|
|||||||
{remaining.directTemplates !== 0 && (
|
{remaining.directTemplates !== 0 && (
|
||||||
<DialogFooter className="mx-auto mt-4">
|
<DialogFooter className="mx-auto mt-4">
|
||||||
<Button type="button" onClick={() => setCurrentStep('SELECT_RECIPIENT')}>
|
<Button type="button" onClick={() => setCurrentStep('SELECT_RECIPIENT')}>
|
||||||
<Trans> Enable direct link signing</Trans>
|
<Trans>Enable direct link signing</Trans>
|
||||||
</Button>
|
</Button>
|
||||||
</DialogFooter>
|
</DialogFooter>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@ -88,14 +88,12 @@ export default function Layout({ loaderData, params, matches }: Route.ComponentP
|
|||||||
? {
|
? {
|
||||||
heading: msg`Organisation not found`,
|
heading: msg`Organisation not found`,
|
||||||
subHeading: msg`404 Organisation not found`,
|
subHeading: msg`404 Organisation not found`,
|
||||||
message: msg`The organisation you are looking for may have been removed, renamed or may have never
|
message: msg`The organisation you are looking for may have been removed, renamed or may have never existed.`,
|
||||||
existed.`,
|
|
||||||
}
|
}
|
||||||
: {
|
: {
|
||||||
heading: msg`Team not found`,
|
heading: msg`Team not found`,
|
||||||
subHeading: msg`404 Team not found`,
|
subHeading: msg`404 Team not found`,
|
||||||
message: msg`The team you are looking for may have been removed, renamed or may have never
|
message: msg`The team you are looking for may have been removed, renamed or may have never existed.`,
|
||||||
existed.`,
|
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
primaryButton={
|
primaryButton={
|
||||||
|
|||||||
@ -142,8 +142,7 @@ export default function OrganisationGroupSettingsPage({ params }: Route.Componen
|
|||||||
404: {
|
404: {
|
||||||
heading: msg`Organisation not found`,
|
heading: msg`Organisation not found`,
|
||||||
subHeading: msg`404 Organisation not found`,
|
subHeading: msg`404 Organisation not found`,
|
||||||
message: msg`The organisation you are looking for may have been removed, renamed or may have never
|
message: msg`The organisation you are looking for may have been removed, renamed or may have never existed.`,
|
||||||
existed.`,
|
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
primaryButton={
|
primaryButton={
|
||||||
|
|||||||
@ -59,8 +59,7 @@ export default function UserPage({ params }: { params: { id: number } }) {
|
|||||||
404: {
|
404: {
|
||||||
heading: msg`User not found`,
|
heading: msg`User not found`,
|
||||||
subHeading: msg`404 User not found`,
|
subHeading: msg`404 User not found`,
|
||||||
message: msg`The user you are looking for may have been removed, renamed or may have never
|
message: msg`The user you are looking for may have been removed, renamed or may have never existed.`,
|
||||||
existed.`,
|
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
primaryButton={
|
primaryButton={
|
||||||
|
|||||||
@ -117,8 +117,7 @@ export default function OrganisationEmailDomainSettingsPage({ params }: Route.Co
|
|||||||
404: {
|
404: {
|
||||||
heading: msg`Email domain not found`,
|
heading: msg`Email domain not found`,
|
||||||
subHeading: msg`404 Email domain not found`,
|
subHeading: msg`404 Email domain not found`,
|
||||||
message: msg`The email domain you are looking for may have been removed, renamed or may have never
|
message: msg`The email domain you are looking for may have been removed, renamed or may have never existed.`,
|
||||||
existed.`,
|
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
primaryButton={
|
primaryButton={
|
||||||
|
|||||||
@ -89,8 +89,7 @@ export default function OrganisationGroupSettingsPage({ params }: Route.Componen
|
|||||||
404: {
|
404: {
|
||||||
heading: msg`Organisation group not found`,
|
heading: msg`Organisation group not found`,
|
||||||
subHeading: msg`404 Organisation group not found`,
|
subHeading: msg`404 Organisation group not found`,
|
||||||
message: msg`The organisation group you are looking for may have been removed, renamed or may have never
|
message: msg`The organisation group you are looking for may have been removed, renamed or may have never existed.`,
|
||||||
existed.`,
|
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
primaryButton={
|
primaryButton={
|
||||||
|
|||||||
@ -60,8 +60,7 @@ export default function Layout() {
|
|||||||
404: {
|
404: {
|
||||||
heading: msg`Team not found`,
|
heading: msg`Team not found`,
|
||||||
subHeading: msg`404 Team not found`,
|
subHeading: msg`404 Team not found`,
|
||||||
message: msg`The team you are looking for may have been removed, renamed or may have never
|
message: msg`The team you are looking for may have been removed, renamed or may have never existed.`,
|
||||||
existed.`,
|
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
primaryButton={
|
primaryButton={
|
||||||
|
|||||||
@ -71,8 +71,7 @@ export default function DocumentPage({ params }: Route.ComponentProps) {
|
|||||||
404: {
|
404: {
|
||||||
heading: msg`Not found`,
|
heading: msg`Not found`,
|
||||||
subHeading: msg`404 Not found`,
|
subHeading: msg`404 Not found`,
|
||||||
message: msg`The document you are looking for may have been removed, renamed or may have never
|
message: msg`The document you are looking for may have been removed, renamed or may have never existed.`,
|
||||||
existed.`,
|
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
primaryButton={
|
primaryButton={
|
||||||
|
|||||||
@ -82,8 +82,7 @@ export default function EnvelopeEditorPage({ params }: Route.ComponentProps) {
|
|||||||
404: {
|
404: {
|
||||||
heading: msg`Not found`,
|
heading: msg`Not found`,
|
||||||
subHeading: msg`404 Not found`,
|
subHeading: msg`404 Not found`,
|
||||||
message: msg`The document you are looking for may have been removed, renamed or may have never
|
message: msg`The document you are looking for may have been removed, renamed or may have never existed.`,
|
||||||
existed.`,
|
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
primaryButton={
|
primaryButton={
|
||||||
|
|||||||
@ -109,8 +109,7 @@ export default function WebhookPage({ params }: Route.ComponentProps) {
|
|||||||
404: {
|
404: {
|
||||||
heading: msg`Webhook not found`,
|
heading: msg`Webhook not found`,
|
||||||
subHeading: msg`404 Webhook not found`,
|
subHeading: msg`404 Webhook not found`,
|
||||||
message: msg`The webhook you are looking for may have been removed, renamed or may have never
|
message: msg`The webhook you are looking for may have been removed, renamed or may have never existed.`,
|
||||||
existed.`,
|
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
primaryButton={
|
primaryButton={
|
||||||
|
|||||||
@ -66,8 +66,7 @@ export default function TemplatePage({ params }: Route.ComponentProps) {
|
|||||||
404: {
|
404: {
|
||||||
heading: msg`Not found`,
|
heading: msg`Not found`,
|
||||||
subHeading: msg`404 Not found`,
|
subHeading: msg`404 Not found`,
|
||||||
message: msg`The template you are looking for may have been removed, renamed or may have never
|
message: msg`The template you are looking for may have been removed, renamed or may have never existed.`,
|
||||||
existed.`,
|
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
primaryButton={
|
primaryButton={
|
||||||
|
|||||||
Reference in New Issue
Block a user