Add rawQuotes to override with named arg (#4032)

This commit is contained in:
Cohee
2025-05-24 00:35:58 +03:00
committed by GitHub
parent d0bc58acf2
commit 36dfbd4cbe
3 changed files with 45 additions and 3 deletions

View File

@ -266,7 +266,7 @@ export class SlashCommand {
rawQuotes.classList.add('rawQuotes');
rawQuotes.classList.add('fa-solid');
rawQuotes.classList.add('fa-quote-left');
rawQuotes.title = t`Does not alter quoted literal unnamed arguments`;
rawQuotes.title = t`Does not alter quoted literal unnamed arguments. Pass raw=false argument to override.`;
head.append(rawQuotes);
}
}