-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(sponsor): non-i18n content adjustment
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -43,7 +43,7 @@ export default genI18nMessages({ | |
summary: | ||
'If you are interested in the event, please leave contact information below, ' + | ||
'and we will provide the sponsorship packages detail to you. Or contact us ' + | ||
'directly via [email protected] to get any further information.', | ||
'directly via {contact} to get any further information.', | ||
cta: { | ||
text: 'Application Form', | ||
}, | ||
|
@@ -93,7 +93,7 @@ export default genI18nMessages({ | |
], | ||
summary: | ||
'若想了解 PyConTW 2024 完整的贊助方案,歡迎點擊下方按鈕填寫表單留下您的聯絡資料' + | ||
'索取贊助書或是直接透過贊助組信箱 [email protected] 聯絡我們,讓我們了解貴單位的需求!', | ||
'索取贊助書或是直接透過贊助組信箱 {contact} 聯絡我們,讓我們了解貴單位的需求!', | ||
cta: { | ||
text: '索取贊助書', | ||
}, | ||
|