-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: merge conflicts resolved from preview
- Loading branch information
Showing
566 changed files
with
12,104 additions
and
6,712 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
### Description | ||
<!-- Provide a detailed description of the changes in this PR --> | ||
|
||
### Type of Change | ||
<!-- Put an 'x' in the boxes that apply --> | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] Feature (non-breaking change which adds functionality) | ||
- [ ] Improvement (change that would cause existing functionality to not work as expected) | ||
- [ ] Code refactoring | ||
- [ ] Performance improvements | ||
- [ ] Documentation update | ||
|
||
### Screenshots and Media (if applicable) | ||
<!-- Add screenshots to help explain your changes, ideally showcasing before and after --> | ||
|
||
### Test Scenarios | ||
<!-- Please describe the tests that you ran to verify your changes --> | ||
|
||
### References | ||
<!-- Link related issues if there are any --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ export const InstanceEmailForm: FC<IInstanceEmailForm> = (props) => { | |
{ | ||
key: "EMAIL_FROM", | ||
type: "text", | ||
label: "Sender email address", | ||
label: "Sender's email address", | ||
description: | ||
"This is the email address your users will see when getting emails from this instance. You will need to verify this address.", | ||
placeholder: "[email protected]", | ||
|
@@ -174,12 +174,12 @@ export const InstanceEmailForm: FC<IInstanceEmailForm> = (props) => { | |
</div> | ||
</div> | ||
<div className="flex flex-col gap-6 my-6 pt-4 border-t border-custom-border-100"> | ||
<div className="flex w-full max-w-md flex-col gap-y-10 px-1"> | ||
<div className="flex w-full max-w-xl flex-col gap-y-10 px-1"> | ||
<div className="mr-8 flex items-center gap-10 pt-4"> | ||
<div className="grow"> | ||
<div className="text-sm font-medium text-custom-text-100">Authentication (optional)</div> | ||
<div className="text-sm font-medium text-custom-text-100">Authentication</div> | ||
<div className="text-xs font-normal text-custom-text-300"> | ||
We recommend setting up a username password for your SMTP server | ||
This is optional, but we recommend setting up a username and a password for your SMTP server. | ||
</div> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.