Skip to content

Commit

Permalink
Lowercase changes in summary title, was uppercase for no reason
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirosa committed Nov 21, 2023
1 parent f65f3be commit 1b1162d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/slack/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const handleSpaceContentUpdated: EventCallback<
*
* Content of *Space* has been updated.
*
* Summary of Changes:
* Summary of changes:
* • New pages: Page1, Page2
* • Modified pages: Page3
* • Deleted pages: Page4, Page5
Expand Down Expand Up @@ -109,7 +109,7 @@ const handleSpaceContentUpdated: EventCallback<
editedFiles.length > 0 ||
deletedFiles.length > 0
) {
notificationText += '\n\nSummary of Changes:';
notificationText += '\n\nSummary of changes:';

if (createdPages.length > 0) {
notificationText += `\n• New pages: ${createdPages.join(', ')}`;
Expand Down

0 comments on commit 1b1162d

Please sign in to comment.