Skip to content

Commit

Permalink
fix: changes loading message
Browse files Browse the repository at this point in the history
  • Loading branch information
132262B committed Aug 8, 2023
1 parent 726870f commit 6772485
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_modules
dist

.env.local
.env
.env
.idea
2 changes: 1 addition & 1 deletion apps/web/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

"loading_fallback": {
"title": "Loading...",
"description": "Creating a question. It may take about 30 seconds."
"description": "Creating a question."
}
}
2 changes: 1 addition & 1 deletion apps/web/public/locales/ko/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

"loading_fallback": {
"title": "로딩중입니다.",
"description": "질문을 생성하고 있습니다. 약 30초 정도 소요됩니다."
"description": "질문을 생성하고 있습니다."
}
}

0 comments on commit 6772485

Please sign in to comment.