Skip to content

Commit

Permalink
Match format
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Banner committed Feb 14, 2023
1 parent 2afc23d commit 4599603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assetbundles/cpbundle/dist/js/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/assetbundles/cpbundle/src/js/modules/exceptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class CalendarException {

this.listing.appendChild(li);

Craft.cp.displayNotice("Added date exception for " + localizedMoment.format('DD-MM-YYYY') + ".");
Craft.cp.displayNotice("Added date exception for " + getLocalizedDayName(localizedMoment) + ', ' + localizedMoment.format('L') + ".");
})
}

Expand Down

0 comments on commit 4599603

Please sign in to comment.