diff --git a/src/dashboard.js b/src/dashboard.js index 40c8dee4f..76d93705b 100644 --- a/src/dashboard.js +++ b/src/dashboard.js @@ -43,7 +43,7 @@ Vue.prototype.t = translate Vue.prototype.n = translatePlural window.addEventListener('DOMContentLoaded', () => { - OCA.Dashboard.register('photos.onthisday', (el) => { + OCA.Dashboard.register('photos-onthisday', (el) => { global.PhotosOnThisDay = new Vue({ el, store,