diff --git a/public/language/en-GB/user.json b/public/language/en-GB/user.json index 78122022fb..bbf2f2ba5f 100644 --- a/public/language/en-GB/user.json +++ b/public/language/en-GB/user.json @@ -119,12 +119,7 @@ "posts_per_page": "Posts per Page", "max_items_per_page": "Maximum %1", "acp_language": "Admin Page Language", - "notification_sounds" : "Play a sound when you receive a notification", - "notifications_and_sounds": "Notifications & Sounds", - "incoming-message-sound": "Incoming message sound", - "outgoing-message-sound": "Outgoing message sound", - "notification-sound": "Notification sound", - "no-sound": "No sound", + "notifications": "Notifications", "upvote-notif-freq": "Upvote Notification Frequency", "upvote-notif-freq.all": "All Upvotes", "upvote-notif-freq.first": "First Per Post", diff --git a/src/views/admin/partials/menu.tpl b/src/views/admin/partials/menu.tpl index f852b7c02f..1b1ee26eba 100644 --- a/src/views/admin/partials/menu.tpl +++ b/src/views/admin/partials/menu.tpl @@ -222,7 +222,6 @@
  • [[admin/menu:settings/chat]]
  • [[admin/menu:settings/pagination]]
  • [[admin/menu:settings/notifications]]
  • -
  • [[admin/menu:settings/sounds]]
  • [[admin/menu:settings/social]]
  • [[admin/menu:settings/cookies]]
  • [[admin/menu:settings/web-crawler]]