diff --git a/app/assets/javascripts/strings.ts b/app/assets/javascripts/strings.ts index 5b4e19bda..45c7362cd 100644 --- a/app/assets/javascripts/strings.ts +++ b/app/assets/javascripts/strings.ts @@ -52,7 +52,7 @@ export function StringEmptyTrash(count: number) { export const STRING_ACCOUNT_MENU_UNCHECK_MERGE = 'Unchecking this option means any of the notes you have written while you were signed out will be deleted. Are you sure you want to discard these notes?'; export const STRING_SIGN_OUT_CONFIRMATION = - 'This will delete all local items and extensions.'; + 'This will remove all notes, tags, and other data from this device.'; export const STRING_ERROR_DECRYPTING_IMPORT = 'There was an error decrypting your items. Make sure the password you entered is correct and try again.'; export const STRING_E2E_ENABLED = diff --git a/package.json b/package.json index 780b397cc..6ae28e1be 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "@standardnotes/features": "1.20.6", "@standardnotes/settings": "^1.9.0", "@standardnotes/sncrypto-web": "1.5.3", - "@standardnotes/snjs": "2.35.3", + "@standardnotes/snjs": "2.35.4", "mobx": "^6.3.5", "mobx-react-lite": "^3.2.2", "preact": "^10.5.15", diff --git a/yarn.lock b/yarn.lock index e8f6dfecb..d2756556b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2663,10 +2663,10 @@ buffer "^6.0.3" libsodium-wrappers "^0.7.9" -"@standardnotes/snjs@2.35.3": - version "2.35.3" - resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.35.3.tgz#e8604329930317000fbec239534a3020d7e7aefb" - integrity sha512-Cooby9VKS92Zo5xWKQbtCDPTzr2ugsuHzp054NaQTwhGJO/WpgAX1VVoW9MsN4dQxOi6Kf2sIRBUZU4TL+caTQ== +"@standardnotes/snjs@2.35.4": + version "2.35.4" + resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.35.4.tgz#a2c9ce3dba999f63c4b608c2ca917e07824ddaa1" + integrity sha512-o0OIbnoxJNYxllaXiLFEGpINbflKZ9p5mTi0nbwHlfJ+iq99doTQmguGg6S0kLpYaMZhPQvRs43ZZaWtC8ryvA== dependencies: "@standardnotes/auth" "3.8.1" "@standardnotes/common" "1.2.1"