- Affected App
- WoltLab Suite Blog
"Trash" is move to trash bin, and "delete" is delete.
- <item name="blog.entry.delete.confirmMessage"><![CDATA[Do you really want to delete this article?]]></item>
- <item name="blog.entry.trash.confirmMessage"><![CDATA[Do you really want to delete this article?]]></item>
"Trash" and "Delete" not have the same confirm message in other language files.
Example:
- <item name="wbb.post.edit.trash.confirmMessage"><![CDATA[Do you really want to move this post to trash bin?]]></item>
- <item name="wbb.post.edit.delete.confirmMessage"><![CDATA[Do you really want to delete this post?]]></item>
Incorrect: <item name="blog.entry.trash.confirmMessage"><![CDATA[Do you really want to delete this article?]]></item>
Correct: <item name="blog.entry.trash.confirmMessage"><![CDATA[Do you really want to move this article to trash bin?]]></item>