mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add quotes to item title being moved
This commit is contained in:
@@ -3185,7 +3185,7 @@ export async function getWorldEntry(name, data, entry) {
|
||||
|
||||
// Create wrapper div
|
||||
const wrapper = document.createElement('div');
|
||||
wrapper.textContent = t`Move ${sourceName} to:`;
|
||||
wrapper.textContent = t`Move "${sourceName}" to:`;
|
||||
|
||||
// Create container and append elements
|
||||
const container = document.createElement('div');
|
||||
|
Reference in New Issue
Block a user