Skip to content

Commit

Permalink
use correct key names
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed May 6, 2024
1 parent 55caca6 commit dcea6b2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion langs/en_gb/bot/standard/channelEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"channelCreated": {
"title": "Channel Created",
"description": "{channel} was created by {executor}",
"description_with_category": "{channel} was created by {executor} under the {category} category."
"descriptionWithCategory": "{channel} was created by {executor} under the {category} category."
},
"channelDeleted": {
"title": "Channel Deleted",
Expand Down
2 changes: 1 addition & 1 deletion langs/en_pr/bot/standard/channelEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"channelCreated": {
"title": "Channel Created",
"description": "{channel} was created by {executor}",
"description_with_category": "{channel} was created by {executor} under the {category} category."
"descriptionWithCategory": "{channel} was created by {executor} under the {category} category."
},
"channelDeleted": {
"title": "Channel Deleted",
Expand Down
2 changes: 1 addition & 1 deletion langs/en_us/bot/standard/channelEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"channelCreated": {
"title": "Channel Created",
"description": "{channel} was created by {executor}",
"description_with_category": "{channel} was created by {executor} under the {category} category."
"descriptionWithCategory": "{channel} was created by {executor} under the {category} category."
},
"channelDeleted": {
"title": "Channel Deleted",
Expand Down
2 changes: 1 addition & 1 deletion langs/tr/bot/standard/channelEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"channelCreated": {
"title": "Channel Created",
"description": "{channel} was created by {executor}",
"description_with_category": "{channel} was created by {executor} under the {category} category."
"descriptionWithCategory": "{channel} was created by {executor} under the {category} category."
},
"channelDeleted": {
"title": "Channel Deleted",
Expand Down
2 changes: 1 addition & 1 deletion langs/vi/bot/standard/channelEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"channelCreated": {
"title": "Kênh Đã Được Tạo",
"description": "{channel} đã được tạo bởi {executor}",
"description_with_category": "{channel} đã được tạo bởi {executor} dưới danh mục {category}."
"descriptionWithCategory": "{channel} đã được tạo bởi {executor} dưới danh mục {category}."
},
"channelDeleted": {
"title": "Kênh Đã Được Xóa",
Expand Down

0 comments on commit dcea6b2

Please sign in to comment.