Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit a575dff

Browse files
committed
[enterprise-license] Remove some unnecessary spaces in contact email subject
1 parent 5896800 commit a575dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/enterprise-license.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ const EnterpriseLicensePage = () => {
266266
email: state.email,
267267
name: state.firstName + ' ' + state.lastName
268268
},
269-
subject: 'Requesting a professional self-hosted license (from ' + state.email + ')',
269+
subject: 'Requesting a professional self-hosted license (from ' + state.email + ')',
270270
message: `
271271
${state.company}
272272
${state.firstName} ${state.lastName}

0 commit comments

Comments
 (0)