feat: allow users to delete their own comments on videos
Shows a delete button on each comment for the comment author and admins. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -303,6 +303,8 @@ export default {
|
||||
show: "Show",
|
||||
add_comment_placeholder: "Add a comment...",
|
||||
toast_comment: "Your comment has been sent",
|
||||
comment_deleted: "Comment deleted",
|
||||
comment_delete_error: "Failed to delete comment",
|
||||
comment: "Comment",
|
||||
commenting: "Commenting...",
|
||||
error: "Heads Up!",
|
||||
|
||||
Reference in New Issue
Block a user