diff --git a/bun.lockb b/bun.lockb index f3605eb3..48f1a823 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index ac881cf3..c8632929 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "version": "7.1.1", "dependencies": { "@eartharoid/i18n": "2.0.0-alpha.1", - "@eartharoid/vite-plugin-i18n": "^1.0.0-alpha.1", + "@eartharoid/vite-plugin-i18n": "^1.0.0-alpha.3", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@floating-ui/react-dom": "2.1.0", diff --git a/src/components/Elements/AddModal/AddModal.jsx b/src/components/Elements/AddModal/AddModal.jsx index fa97493d..4be74446 100644 --- a/src/components/Elements/AddModal/AddModal.jsx +++ b/src/components/Elements/AddModal/AddModal.jsx @@ -19,7 +19,7 @@ function AddModal({ urlError, iconError, addLink, closeModal, edit, editData, ed ? variables.getMessage('widgets.quicklinks.edit') : variables.getMessage('widgets.quicklinks.new')} - +
closeModal()}>
@@ -56,7 +56,7 @@ function AddModal({ urlError, iconError, addLink, closeModal, edit, editData, ed type="settings" onClick={() => editLink(editData, name, url, icon)} icon={} - label={variables.getMessage('modals.main.settings.sections.quicklinks.edit')} + label={variables.getMessage('settings:sections.quicklinks.edit')} /> ) : (