diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2021-09-03 09:41:20 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2021-09-03 09:41:20 -0700 |
commit | 6ac6ceaed16b2ae5ef58ba599d24a868ac2f816a (patch) | |
tree | edd24c732d6439e6fb3c03f021d9f0842468d474 /modern/src/settings/NotificationsPage.js | |
parent | 105e4ec887e249ec47db83095504012bad22df80 (diff) | |
download | trackermap-web-6ac6ceaed16b2ae5ef58ba599d24a868ac2f816a.tar.gz trackermap-web-6ac6ceaed16b2ae5ef58ba599d24a868ac2f816a.tar.bz2 trackermap-web-6ac6ceaed16b2ae5ef58ba599d24a868ac2f816a.zip |
Finish migrations
Diffstat (limited to 'modern/src/settings/NotificationsPage.js')
-rw-r--r-- | modern/src/settings/NotificationsPage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/settings/NotificationsPage.js b/modern/src/settings/NotificationsPage.js index 01483637..0d49d5ab 100644 --- a/modern/src/settings/NotificationsPage.js +++ b/modern/src/settings/NotificationsPage.js @@ -62,7 +62,7 @@ const NotificationsView = ({ updateTimestamp, onMenuClick }) => { </IconButton> </TableCell> <TableCell>{t(prefixString('event', item.type))}</TableCell> - <TableCell>{formatBoolean(item.always)}</TableCell> + <TableCell>{formatBoolean(item.always, t)}</TableCell> <TableCell>{formatList('alarm', item.attributes.alarms)}</TableCell> <TableCell>{formatList('notificator', item.notificators)}</TableCell> </TableRow> |