diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js index ad4e599c98e..c19440b8209 100644 --- a/apps/files/js/fileactions.js +++ b/apps/files/js/fileactions.js @@ -719,7 +719,7 @@ mime: 'all', order: -24, icon: function(_filename, _context) { - return OC.imagePath('files_reminders', 'remind.svg') + return OC.imagePath('files_reminders', 'alarm.svg') }, permissions: OC.PERMISSION_READ, actionHandler: function(_filename, _context) {}, diff --git a/apps/files_reminders/img/alarm.svg b/apps/files_reminders/img/alarm.svg new file mode 100644 index 00000000000..0adc3547203 --- /dev/null +++ b/apps/files_reminders/img/alarm.svg @@ -0,0 +1,5 @@ + + + + diff --git a/apps/files_reminders/img/remind.svg b/apps/files_reminders/img/remind.svg deleted file mode 100644 index 23e2d456813..00000000000 --- a/apps/files_reminders/img/remind.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - -