mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Title localization when creating a document https://github.com/siyuan-note/siyuan/issues/10719
This commit is contained in:
@@ -82,7 +82,7 @@ export const rename = (options: {
|
||||
return false;
|
||||
}
|
||||
if (inputElement.value.trim() === "") {
|
||||
inputElement.value = "Untitled";
|
||||
inputElement.value = window.siyuan.languages.untitled;
|
||||
} else {
|
||||
inputElement.value = replaceFileName(inputElement.value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user