diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-08-04 10:25:53 -0700 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2023-08-09 10:41:18 -0700 |
commit | 893da9c395a5187131f35ca806de70a6d647f187 (patch) | |
tree | 7a01180dfc5f366aadc4faa6a851b5e037489efd /apps/files/js | |
parent | 0b15feec7ff5e89acee3d918a38e32387fe2f1ce (diff) | |
download | nextcloud-server-893da9c395a5187131f35ca806de70a6d647f187.tar.gz nextcloud-server-893da9c395a5187131f35ca806de70a6d647f187.zip |
enh: use alarm icon
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/files/js')
-rw-r--r-- | apps/files/js/fileactions.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) {}, |