Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/features/trim_reblogs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ const onButtonClicked = async function ({ currentTarget: controlButton }) {
showModal({
title: '⚠️ This thread contains an ask!',
message: [
`Trimming an ask from a thread will result in it appearing broken on custom themes (i.e. ${blog?.name}.tumblr.com).`,
`Trimming an ask from a thread has resulted in it appearing broken on custom themes (i.e. ${blog?.name}.tumblr.com) in the past.`,
'\n\n',
'To avoid issues with custom themes, leave the ask intact when trimming.',
'To completely avoid issues with custom themes, leave the ask intact when trimming.',
],
buttons: [
modalCancelButton,
Expand Down