Skip to content

Commit

Permalink
Merge pull request #546 from pycontw/feat/change-poster-session-submi…
Browse files Browse the repository at this point in the history
…t-date-UI

feat(proposal): change poster-session submit date UI
  • Loading branch information
SivanYeh authored Jun 18, 2024
2 parents 4f15bc9 + 846b5fe commit 5a22b61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions i18n/speaking/poster-session.i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export default genI18nMessages({
description: [
'Conference dates: 9/21 - 9/22',
'Call For Poster Begins: May 1st, 2024',
'Call For Poster Ends: Jun 15th, 2024, 23:59:59 ({aoe})',
'Announcement of Acceptance: Jun 30th, 2024',
'Call For Poster Ends: Jun 30th, 2024, 23:59:59 ({aoe})',
'Announcement of Acceptance: Jul 13th, 2024',
],
},

Expand Down Expand Up @@ -71,8 +71,8 @@ export default genI18nMessages({
description: [
'大會日期: 9/21 - 9/22',
'Poster 開放徵稿:2024 年 05 月 01 日',
'Poster 徵稿截止:2024 年 06 月 15 日 23:59:59 ({aoe})',
'稿件錄取通知:2024 年 0630 日',
'Poster 徵稿截止:2024 年 06 月 30 日 23:59:59 ({aoe})',
'稿件錄取通知:2024 年 0713 日',
],
steps: [],
},
Expand Down
2 changes: 1 addition & 1 deletion pages/speaking/poster-session.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default {
{
slot: 'aoe',
textKey: 'terms.aoe',
url: 'https://www.timeanddate.com/worldclock/converter.html?iso=20240616T115900&p1=tz_aoe&p2=241&p3=1440',
url: 'https://www.timeanddate.com/worldclock/converter.html?iso=20240701T115900&p1=tz_aoe&p2=241&p3=1440',
isExternalLink: true,
},
{
Expand Down

0 comments on commit 5a22b61

Please sign in to comment.