diff --git a/app/components/Dialogs.tsx b/app/components/Dialogs.tsx index 12d56294e..331a5de9d 100644 --- a/app/components/Dialogs.tsx +++ b/app/components/Dialogs.tsx @@ -22,7 +22,7 @@ function Dialogs() { dialogs.closeModal(id)} title={modal.title} > diff --git a/app/components/Modal.tsx b/app/components/Modal.tsx index 943f26d0e..4de915061 100644 --- a/app/components/Modal.tsx +++ b/app/components/Modal.tsx @@ -31,7 +31,7 @@ type Props = { const Modal: React.FC = ({ children, isOpen, - fullscreen, + fullscreen = true, title = "Untitled", onRequestClose, }: Props) => { diff --git a/shared/i18n/locales/en_US/translation.json b/shared/i18n/locales/en_US/translation.json index 13fc0082c..621fafd22 100644 --- a/shared/i18n/locales/en_US/translation.json +++ b/shared/i18n/locales/en_US/translation.json @@ -236,21 +236,6 @@ "Editor": "Editor", "Viewer": "Viewer", "Admin": "Admin", - "We sent out your invites!": "We sent out your invites!", - "Those email addresses are already invited": "Those email addresses are already invited", - "Sorry, you can only send {{MAX_INVITES}} invites at a time": "Sorry, you can only send {{MAX_INVITES}} invites at a time", - "Share link copied": "Share link copied", - "Invited members will receive access to": "Invited members will receive access to", - "{{collectionCount}} collections": "{{collectionCount}} collections", - "Invite members or guests to join your workspace. They can sign in with {{signinMethods}} or use their email address.": "Invite members or guests to join your workspace. They can sign in with {{signinMethods}} or use their email address.", - "Invite members to join your workspace. They will need to sign in with {{signinMethods}}.": "Invite members to join your workspace. They will need to sign in with {{signinMethods}}.", - "As an admin you can also <2>enable email sign-in.": "As an admin you can also <2>enable email sign-in.", - "Want a link to share directly with your team?": "Want a link to share directly with your team?", - "Email": "Email", - "Remove invite": "Remove invite", - "Add another": "Add another", - "Inviting": "Inviting", - "Send Invites": "Send Invites", "{{appName}} is available in your language {{optionLabel}}, would you like to change?": "{{appName}} is available in your language {{optionLabel}}, would you like to change?", "Change Language": "Change Language", "Dismiss": "Dismiss", @@ -455,6 +440,7 @@ "New template": "New template", "Revision options": "Revision options", "Share link revoked": "Share link revoked", + "Share link copied": "Share link copied", "Share options": "Share options", "Go to document": "Go to document", "Revoke link": "Revoke link", @@ -661,6 +647,20 @@ "Weird, this shouldn’t ever be empty": "Weird, this shouldn’t ever be empty", "You haven’t created any documents yet": "You haven’t created any documents yet", "Documents you’ve recently viewed will be here for easy access": "Documents you’ve recently viewed will be here for easy access", + "We sent out your invites!": "We sent out your invites!", + "Those email addresses are already invited": "Those email addresses are already invited", + "Sorry, you can only send {{MAX_INVITES}} invites at a time": "Sorry, you can only send {{MAX_INVITES}} invites at a time", + "Invited members will receive access to": "Invited members will receive access to", + "{{collectionCount}} collections": "{{collectionCount}} collections", + "Invite members or guests to join your workspace. They can sign in with {{signinMethods}} or use their email address.": "Invite members or guests to join your workspace. They can sign in with {{signinMethods}} or use their email address.", + "Invite members to join your workspace. They will need to sign in with {{signinMethods}}.": "Invite members to join your workspace. They will need to sign in with {{signinMethods}}.", + "As an admin you can also <2>enable email sign-in.": "As an admin you can also <2>enable email sign-in.", + "Want a link to share directly with your team?": "Want a link to share directly with your team?", + "Email": "Email", + "Remove invite": "Remove invite", + "Add another": "Add another", + "Inviting": "Inviting", + "Send Invites": "Send Invites", "Open command menu": "Open command menu", "Edit current document": "Edit current document", "Move current document": "Move current document",