diff --git a/mastodon/src/main/java/org/joinmastodon/android/fragments/settings/NotificationsFragment.java b/mastodon/src/main/java/org/joinmastodon/android/fragments/settings/NotificationsFragment.java
index af10125d4..265a4be75 100644
--- a/mastodon/src/main/java/org/joinmastodon/android/fragments/settings/NotificationsFragment.java
+++ b/mastodon/src/main/java/org/joinmastodon/android/fragments/settings/NotificationsFragment.java
@@ -23,7 +23,7 @@ public class NotificationsFragment extends SettingsBaseFragment {
items.add(new SwitchItem(R.string.sk_notify_update, R.drawable.ic_fluent_history_24_regular, pushSubscription.alerts.update, i -> onNotificationsChanged(PushNotification.Type.UPDATE, i.checked), switchEnabled));
items.add(new SwitchItem(R.string.sk_notify_poll_results, R.drawable.ic_fluent_poll_24_regular, pushSubscription.alerts.poll, i -> onNotificationsChanged(PushNotification.Type.POLL, i.checked), switchEnabled));
- items.add(new HeaderItem(R.string.mo_miscellaneous_settings));
+ items.add(new HeaderItem(R.string.mo_notification_management_settings));
items.add(new SwitchItem(R.string.sk_enable_delete_notifications, R.drawable.ic_fluent_mail_inbox_dismiss_24_regular, GlobalUserPreferences.enableDeleteNotifications, i->{
GlobalUserPreferences.enableDeleteNotifications=i.checked;
GlobalUserPreferences.save();
diff --git a/mastodon/src/main/res/values/strings_mo.xml b/mastodon/src/main/res/values/strings_mo.xml
index 97a72def4..803ad6ced 100644
--- a/mastodon/src/main/res/values/strings_mo.xml
+++ b/mastodon/src/main/res/values/strings_mo.xml
@@ -31,7 +31,7 @@
Successfully replied to the post by %s
Reply as \'Unlisted\' by default
Composer\'s Behavior
- Miscellaneous Settings
+ Manage Notifications
Add new poll option