-
+
+
@@ -53,7 +53,7 @@ export default function OrganisationSettingsTeamsPage() {
organisation.currentOrganisationRole,
) ? (
<>
-
+
Teams help you organise your work and collaborate with others. Create your first
team to get started.
@@ -73,21 +73,21 @@ export default function OrganisationSettingsTeamsPage() {
What you can do with teams:
-
+
-
-
+
1
Organize your documents and templates
-
-
+
2
Invite team members to collaborate
-
-
+
3
Manage permissions and access controls
@@ -96,7 +96,7 @@ export default function OrganisationSettingsTeamsPage() {
>
) : (
-
+
You currently have no access to any teams within this organisation. Please contact
your organisation to request access.
@@ -114,7 +114,7 @@ export default function OrganisationSettingsTeamsPage() {
{organisation.name} Teams
-
+
Select a team to view its dashboard
@@ -129,7 +129,7 @@ export default function OrganisationSettingsTeamsPage() {
{organisation.teams.map((team) => (
-
+
@@ -145,7 +145,7 @@ export default function OrganisationSettingsTeamsPage() {
{team.name}
-
+
{formatTeamUrl(team.url)}
@@ -154,11 +154,11 @@ export default function OrganisationSettingsTeamsPage() {
-
+
{i18n.date(team.createdAt, { dateStyle: 'short' })}
-
+
{t(TEAM_MEMBER_ROLE_MAP[team.currentTeamRole])}
diff --git a/apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.branding.tsx b/apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.branding.tsx
index dabbea2b8..5d71baaf9 100644
--- a/apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.branding.tsx
+++ b/apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.branding.tsx
@@ -79,7 +79,7 @@ export default function OrganisationSettingsBrandingPage() {
if (isLoadingOrganisation || !organisationWithSettings) {
return (
-
+
);
}
diff --git a/apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx b/apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
index b4e6716f9..cee5f06d8 100644
--- a/apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+++ b/apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
@@ -149,7 +149,7 @@ export default function AuditLog({ loaderData }: Route.ComponentProps) {
{DateTime.fromJSDate(document.createdAt)
.setLocale(APP_I18N_OPTIONS.defaultLocale)
- .toFormat('yyyy-mm-dd hh:mm:ss a (ZZZZ)')}
+ .toFormat('yyyy-MM-dd hh:mm:ss a (ZZZZ)')}
@@ -159,7 +159,7 @@ export default function AuditLog({ loaderData }: Route.ComponentProps) {
{DateTime.fromJSDate(document.updatedAt)
.setLocale(APP_I18N_OPTIONS.defaultLocale)
- .toFormat('yyyy-mm-dd hh:mm:ss a (ZZZZ)')}
+ .toFormat('yyyy-MM-dd hh:mm:ss a (ZZZZ)')}
diff --git a/apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx b/apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
index 41a6fe72e..ede85cafd 100644
--- a/apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
+++ b/apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
@@ -355,16 +355,16 @@ const SigningPageV1 = ({ data }: { data: Awaited
-
+
This document has been cancelled by the owner.
{user ? (
-
+
Go Back Home
) : (
-
+
Want to send slick signing links like this one?{' '}
-
+
This document has been cancelled by the owner.
{user ? (
-
+
Go Back Home
) : (
-
+
Want to send slick signing links like this one?{' '}
-
+
Document Rejected
-
+
You have rejected this document
-
+
The document owner has been notified of your decision. They may contact you with further
instructions if necessary.
-
+
No further action is required from you at this time.
diff --git a/apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx b/apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
index 6184372ff..9917933cb 100644
--- a/apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
+++ b/apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
@@ -78,14 +78,14 @@ export default function WaitingForTurnToSignPage({ loaderData }: Route.Component
Waiting for Your Turn
-
+
It's currently not your turn to sign. You will receive an email with instructions once
it's your turn to sign the document.
-
+
Please check your email for updates.
diff --git a/packages/app-tests/visual-regression/blank-certificate.png b/packages/app-tests/visual-regression/blank-certificate.png
index 390501365..3d546ca2f 100644
Binary files a/packages/app-tests/visual-regression/blank-certificate.png and b/packages/app-tests/visual-regression/blank-certificate.png differ
diff --git a/packages/email/templates/confirm-team-email.tsx b/packages/email/templates/confirm-team-email.tsx
index 4b8b6ee06..e6aa2a272 100644
--- a/packages/email/templates/confirm-team-email.tsx
+++ b/packages/email/templates/confirm-team-email.tsx
@@ -113,7 +113,7 @@ export const ConfirmTeamEmailTemplate = ({