8 lines
464 B
TypeScript
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.",
|
|
}
|