Skip to content

Commit

Permalink
fix: dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
shuta13 committed Jan 2, 2024
1 parent d5a0f3b commit a9342af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/libs/dictionary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ export const CONNPASS_ACCOUNT_ID = "@meguroes";
export const TITLE_SUFFIX = " | Meguro.es";
export const DEFAULT_TITLE = "Meguro.es";
export const DEFAULT_DESCRIPTION =
"Meguro.esは目黒周辺のフロントエンド開発者による勉強会です";
"Meguro.esは、目黒周辺の ECMAScript 関連の開発者のためのコミュニティーです。";

export const RECENT_MEETUP_ID = "Recent Event";

export const WE_ARE_BACK_ID = "We are back!";
export const WE_ARE_BACK_TITLE = "Meguro.esが帰ってきました!";
export const WE_ARE_BACK_DESCRIPTION =
"Meguro.es は、目黒周辺のフロントエンドエンジニアによる勉強会コミュニティです。このサイトでは、二ヶ月ごとに開催されるイベントの過去のミートアップの情報や、運営に関する情報をお知らせします。";
"Meguro.esは、目黒周辺の ECMAScript 関連の開発者のためのコミュニティーです。このサイトでは、開催されたミートアップの情報や、コミュニティの運営に関する情報をお知らせします。";

export const INFORMATION_LIST_ID = "Information";
export const INFORMATION_LIST_TITLE = "お知らせ";
Expand Down
2 changes: 1 addition & 1 deletion src/pages/about/+Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function Page() {
<div>
<SectionHeader
as="h2"
caption="Concept"
caption="History"
className="mb-16"
label={about?.fields.historyTitle || ""}
sizes="small"
Expand Down

0 comments on commit a9342af

Please sign in to comment.