chore: prettier files
This commit is contained in:
@@ -61,18 +61,13 @@ export const STRING_LOCAL_ENC_ENABLED =
|
||||
export const STRING_ENC_NOT_ENABLED =
|
||||
'Encryption is not enabled. Sign in, register, or add a passcode lock to enable encryption.'
|
||||
export const STRING_IMPORT_SUCCESS = 'Your data has been successfully imported.'
|
||||
export const STRING_REMOVE_PASSCODE_CONFIRMATION =
|
||||
'Are you sure you want to remove your application passcode?'
|
||||
export const STRING_REMOVE_PASSCODE_OFFLINE_ADDENDUM =
|
||||
' This will remove encryption from your local data.'
|
||||
export const STRING_NON_MATCHING_PASSCODES =
|
||||
'The two passcodes you entered do not match. Please try again.'
|
||||
export const STRING_NON_MATCHING_PASSWORDS =
|
||||
'The two passwords you entered do not match. Please try again.'
|
||||
export const STRING_REMOVE_PASSCODE_CONFIRMATION = 'Are you sure you want to remove your application passcode?'
|
||||
export const STRING_REMOVE_PASSCODE_OFFLINE_ADDENDUM = ' This will remove encryption from your local data.'
|
||||
export const STRING_NON_MATCHING_PASSCODES = 'The two passcodes you entered do not match. Please try again.'
|
||||
export const STRING_NON_MATCHING_PASSWORDS = 'The two passwords you entered do not match. Please try again.'
|
||||
export const STRING_GENERATING_LOGIN_KEYS = 'Generating Login Keys...'
|
||||
export const STRING_GENERATING_REGISTER_KEYS = 'Generating Account Keys...'
|
||||
export const STRING_INVALID_IMPORT_FILE =
|
||||
'Unable to open file. Ensure it is a proper JSON file and try again.'
|
||||
export const STRING_INVALID_IMPORT_FILE = 'Unable to open file. Ensure it is a proper JSON file and try again.'
|
||||
export const STRING_IMPORTING_ZIP_FILE =
|
||||
'The file you selected is not a valid backup file. Please extract the contents of the zip file, then upload the contained .txt file.'
|
||||
export function StringImportError(errorCount: number) {
|
||||
@@ -86,16 +81,13 @@ export const STRING_FAILED_PASSWORD_CHANGE =
|
||||
'There was an error re-encrypting your items. Your password was changed, but not all your items were properly re-encrypted and synced. You should try syncing again. If all else fails, you should restore your notes from backup.'
|
||||
|
||||
export const STRING_CONFIRM_APP_QUIT_DURING_UPGRADE =
|
||||
'The encryption upgrade is in progress. You may lose data if you quit the app. ' +
|
||||
'Are you sure you want to quit?'
|
||||
'The encryption upgrade is in progress. You may lose data if you quit the app. ' + 'Are you sure you want to quit?'
|
||||
|
||||
export const STRING_CONFIRM_APP_QUIT_DURING_PASSCODE_CHANGE =
|
||||
'A passcode change is in progress. You may lose data if you quit the app. ' +
|
||||
'Are you sure you want to quit?'
|
||||
'A passcode change is in progress. You may lose data if you quit the app. ' + 'Are you sure you want to quit?'
|
||||
|
||||
export const STRING_CONFIRM_APP_QUIT_DURING_PASSCODE_REMOVAL =
|
||||
'A passcode removal is in progress. You may lose data if you quit the app. ' +
|
||||
'Are you sure you want to quit?'
|
||||
'A passcode removal is in progress. You may lose data if you quit the app. ' + 'Are you sure you want to quit?'
|
||||
|
||||
export const STRING_UPGRADE_ACCOUNT_CONFIRM_TITLE = 'Encryption upgrade available'
|
||||
export const STRING_UPGRADE_ACCOUNT_CONFIRM_TEXT =
|
||||
@@ -105,8 +97,7 @@ export const STRING_UPGRADE_ACCOUNT_CONFIRM_TEXT =
|
||||
'<a href="https://standardnotes.com/help/security" target="_blank">Security Upgrade page.</a>'
|
||||
export const STRING_UPGRADE_ACCOUNT_CONFIRM_BUTTON = 'Upgrade'
|
||||
|
||||
export const STRING_REMOVE_OFFLINE_KEY_CONFIRMATION =
|
||||
'This will delete the previously saved offline key.'
|
||||
export const STRING_REMOVE_OFFLINE_KEY_CONFIRMATION = 'This will delete the previously saved offline key.'
|
||||
|
||||
export const STRING_FAILED_TO_UPDATE_USER_SETTING =
|
||||
'There was an error while trying to update your settings. Please try again.'
|
||||
|
||||
Reference in New Issue
Block a user