Files
standardnotes-app-web/packages/snjs/lib/Strings/Info.ts
2022-07-06 14:04:30 +02:00

8 lines
464 B
TypeScript

export const InfoStrings = {
AccountDeleted: 'Your account has been successfully deleted.',
UnsupportedBackupFileVersion:
'This backup file was created using a newer version of the application and cannot be imported here. Please update your application and try again.',
BackupFileMoreRecentThanAccount:
"This backup file was created using a newer encryption version than your account's. Please run the available encryption upgrade and try again.",
}