From 4a07d3e7db3e030053f2db6aa509a4e4ee886d09 Mon Sep 17 00:00:00 2001 From: Antonella Sgarlatta Date: Thu, 1 Jul 2021 17:54:10 -0300 Subject: [PATCH] chore: update missing links to .com --- app/assets/javascripts/strings.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/strings.ts b/app/assets/javascripts/strings.ts index 217fb366d..3041fa42b 100644 --- a/app/assets/javascripts/strings.ts +++ b/app/assets/javascripts/strings.ts @@ -5,7 +5,7 @@ import { getPlatform, isDesktopApplication } from './utils'; export const STRING_SESSION_EXPIRED = 'Your session has expired. New changes will not be pulled in. Please sign in to refresh your session.'; export const STRING_DEFAULT_FILE_ERROR = - 'Please use FileSafe or the Bold Editor to attach images and files. Learn more at standardnotes.org/filesafe.'; + 'Please use FileSafe or the Bold Editor to attach images and files. Learn more at standardnotes.com/filesafe.'; export const STRING_GENERIC_SYNC_ERROR = 'There was an error syncing. Please try again. If all else fails, try signing out and signing back in.'; export function StringSyncException(data: any) { @@ -105,7 +105,7 @@ export const STRING_UPGRADE_ACCOUNT_CONFIRM_TEXT = 'Encryption version 004 is available. ' + 'This version strengthens the encryption algorithms your account and ' + 'local storage use. To learn more about this upgrade, visit our ' + - 'Security Upgrade page.'; + 'Security Upgrade page.'; export const STRING_UPGRADE_ACCOUNT_CONFIRM_BUTTON = 'Upgrade'; export const Strings = {