- Issue created by @seanB
- Merge request !147Issue #3538202: Improve messages for redirect forms to be similar to other entities → (Open) created by seanB
When creating, updating or deleting a redirect, the message are not the same as other entities, like nodes for example.
Create: The redirect has been saved.
Update: The redirect has been saved.
Delete: The redirect [destination] has been deleted.
Create / edit / delete a redirect.
To be more in line with other entities, we should use the following for create/update:
Create: The redirect [path] has been created.
Update: The redirect [path] has been updated.
For delete I suggest we change the [destination] in the message to the [path]. Multiple redirect can have the same destination. In this case it is not clear which redirect is deleted. The path should be more clear.
Delete: The redirect [path] has been deleted.
Write a patch
Review
Commit
The messages after create/update/delete should are changed.
None
None
Active
1.0
Code