mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Work on tl
This commit is contained in:
@@ -2658,7 +2658,7 @@ export async function getWorldEntry(name, data, entry) {
|
||||
if (!isMobile()) {
|
||||
$(characterFilter).select2({
|
||||
width: '100%',
|
||||
placeholder: 'Tie this entry to specific characters or characters with specific tags',
|
||||
placeholder: t`Tie this entry to specific characters or characters with specific tags`,
|
||||
allowClear: true,
|
||||
closeOnSelect: false,
|
||||
});
|
||||
@@ -3258,7 +3258,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