Skip to content

Commit e20ae37

Browse files
committed
Bug fixed
1 parent 83d0020 commit e20ae37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you're new to the project, consider:
3434

3535
### Reporting Bugs
3636

37-
Please follow the bug report template provided in [BUG_REPORT_TEMPLATE.md](BUG_REPORT_TEMPLATE.md). Include terminal and console logs for a comprehensive report.
37+
Please follow the bug report template provided in [BUG_REPORT_TEMPLATE.md](.github/ISSUE_TEMPLATE/bug_report.md). Include terminal and console logs for a comprehensive report.
3838

3939
### Feature Requests
4040

frontend/utils/country-name.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ const countryList =
10121012
{
10131013
"abbr": "GB",
10141014
"zh": "英国",
1015-
"en": "United Kiongdom",
1015+
"en": "United Kingdom",
10161016
"fr": "Royaume-Uni"
10171017
},
10181018
{

0 commit comments

Comments
 (0)