Skip to content

Commit

Permalink
modify event strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Jun 21, 2024
1 parent 38bf11b commit b930826
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
7 changes: 5 additions & 2 deletions bot/en_gb/standard/serverActions.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,20 @@
"title": "Event Created",
"description_withChannel": "{executor} created an event {name} in {channel}",
"description_withoutChannel": "{executor} created an event {name}",
"eventDescription": "Description",
"location": "Location",
"starts": "Starts"
},
"serverEventDelete": {
"title": "Event Deleted",
"description": "{executor} deleted an event {name}",
"eventDescription": "Description",
"linkToEventImage": "Link to event image"
},
"serverEventUpdate": {
"title": "Event Updated",
"description": "{executor} updated an event {name}"
"description": "{executor} updated an event {name}",
"newEventDescription": "New Description",
"newLocation": "New Location",
"newChannel": "New Channel"
}
}
7 changes: 5 additions & 2 deletions bot/en_pr/standard/serverActions.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,20 @@
"title": "Event Created",
"description_withChannel": "{executor} created an event {name} in {channel}",
"description_withoutChannel": "{executor} created an event {name}",
"eventDescription": "Description",
"location": "Location",
"starts": "Starts"
},
"serverEventDelete": {
"title": "Event Deleted",
"description": "{executor} deleted an event {name}",
"eventDescription": "Description",
"linkToEventImage": "Link to event image"
},
"serverEventUpdate": {
"title": "Event Updated",
"description": "{executor} updated an event {name}"
"description": "{executor} updated an event {name}",
"newEventDescription": "New Description",
"newLocation": "New Location",
"newChannel": "New Channel"
}
}
7 changes: 5 additions & 2 deletions bot/en_us/standard/serverActions.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,20 @@
"title": "Event Created",
"description_withChannel": "{executor} created an event {name} in {channel}",
"description_withoutChannel": "{executor} created an event {name}",
"eventDescription": "Description",
"location": "Location",
"starts": "Starts"
},
"serverEventDelete": {
"title": "Event Deleted",
"description": "{executor} deleted an event {name}",
"eventDescription": "Description",
"linkToEventImage": "Link to event image"
},
"serverEventUpdate": {
"title": "Event Updated",
"description": "{executor} updated an event {name}"
"description": "{executor} updated an event {name}",
"newEventDescription": "New Description",
"newLocation": "New Location",
"newChannel": "New Channel"
}
}

0 comments on commit b930826

Please sign in to comment.