aboutsummaryrefslogtreecommitdiff
path: root/modern/src/settings/NotificationsPage.js
diff options
context:
space:
mode:
authorJamie Guthrie <jamie.guthrie@gmail.com>2023-08-16 22:32:58 +0200
committerJamie Guthrie <jamie.guthrie@gmail.com>2023-08-16 22:32:58 +0200
commitc4d214632676a05d3e1cb33efb3bb6d99c7e0488 (patch)
tree0d04abd5cb84f331e8a077b7c52679e59f3bd263 /modern/src/settings/NotificationsPage.js
parent62ae7d516525bba2c2d053832ece7d613be86dc9 (diff)
downloadtrackermap-web-c4d214632676a05d3e1cb33efb3bb6d99c7e0488.tar.gz
trackermap-web-c4d214632676a05d3e1cb33efb3bb6d99c7e0488.tar.bz2
trackermap-web-c4d214632676a05d3e1cb33efb3bb6d99c7e0488.zip
Use more basic tooltip wording
Diffstat (limited to 'modern/src/settings/NotificationsPage.js')
-rw-r--r--modern/src/settings/NotificationsPage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/settings/NotificationsPage.js b/modern/src/settings/NotificationsPage.js
index 7d6197c0..f1e70a85 100644
--- a/modern/src/settings/NotificationsPage.js
+++ b/modern/src/settings/NotificationsPage.js
@@ -69,7 +69,7 @@ const NotificationsPage = () => {
<TableCell>{formatList('alarm', item.attributes.alarms)}</TableCell>
<TableCell>{formatList('notificator', item.notificators)}</TableCell>
<TableCell className={classes.columnAction} padding="none">
- <CollectionActions itemId={item.id} editPath="/settings/notification" endpoint="notifications" collectionTitle={t('sharedNotification')} setTimestamp={setTimestamp} />
+ <CollectionActions itemId={item.id} editPath="/settings/notification" endpoint="notifications" setTimestamp={setTimestamp} />
</TableCell>
</TableRow>
)) : (<TableShimmer columns={5} endAction />)}