I have a settings page in this web app where a user can configure the categories of notifications that they want to show or hide.
How can I inform the user that these settings are not global (i.e. saved on the server and apply to all users), but are saved in localstorage, and apply to this browser only?
If I should use some sort of message, I'm not sure how to word it without getting too technical.