mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-31 18:18:36 +08:00
feat: update UI text to use internationalization configuration for modals and notices
This commit is contained in:
@@ -56,7 +56,7 @@ export class SettingModal extends Modal {
|
||||
|
||||
display(): void {
|
||||
this.containerEl.addClass("settings-modal");
|
||||
this.titleEl.setText('Add new database');
|
||||
this.titleEl.setText(i18nConfig.AddNewDatabaseModal);
|
||||
|
||||
// create the dropdown button to select the database format
|
||||
let { contentEl } = this;
|
||||
|
||||
Reference in New Issue
Block a user