fix: phrase filter case sensitivity
This commit is contained in:
parent
46f8aea538
commit
7bfb113b1f
2 changed files with 2 additions and 2 deletions
|
@ -635,7 +635,7 @@
|
|||
globalThis.transfer_ownership = async (uid) => {
|
||||
if (
|
||||
!(await trigger(\"atto::confirm\", [
|
||||
\"Are you sure you would like to do this?\n\nThis action is PERMANENT!\",
|
||||
\"Are you sure you would like to do this?\\n\\nThis action is PERMANENT!\",
|
||||
]))
|
||||
) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue