Editing the plural version of a site text seems to break the singular version.
The text I used for this example is
admin.site_settings.default_categories.modal_description
Preparation
We need a category that is only included in the sidebar of exactly one user. So either create a new category and add it to your sidebar or ensure a category is in no one’s sidebar by adding it to default navigation menu categories
and removing it, confirming that it should be removed for all existing users. Then add it to your sidebar.
The latter has the advantage that you can try out the modal in question beforehand.
Steps to reproduce
- Navigate to admin > site texts
- Search for
admin.site_settings.default_categories.modal_description
- Click Edit next to
admin.site_settings.default_categories.modal_description.other
- Edit the text (I added “Edit” at the end) and save the change
- Reload the site so your changes take effect
- Add the category from the preparation step to the
default navigation menu categories
site setting and save the change. Deny the question whether this should affect existing users.
You should see the edited text in the modal.
- Now remove the category from the setting. When you save, you will see the modal asking whether you want to change this for 1 user. But the text isn’t shown.
- Don’t forget to reset the customized text.