From 542926b748ac6b993c345e2d93636862ba0a8477 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 24 Sep 2021 23:13:06 +0000 Subject: [PATCH] case 3975 --- server/AyaNova/resource/en.json | 4 ++-- server/AyaNova/util/DbUtil.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/AyaNova/resource/en.json b/server/AyaNova/resource/en.json index 1c7ab705..391bb3e9 100644 --- a/server/AyaNova/resource/en.json +++ b/server/AyaNova/resource/en.json @@ -65,7 +65,7 @@ "CustomerPhone3": "Home", "CustomerPhone4": "Mobile", "CustomerPhone5": "Pager", - "CustomerPopUpNotes": "Pop-up Notes", + "CustomerPopUpNotes": "Alert notes", "CustomerTechNotes": "Scheduleable User Notes", "CustomerGroupDescription": "Description", "CustomerGroupList": "Customer Groups", @@ -2094,7 +2094,7 @@ "PasswordResetMessageBody": "Hello {user_name},\n\nYour online account for service is available to you after you set your password.\nYou can use the following link for the next 48 hours to set your password.\n\nSet your password: {action_link}\n\nIf you did not request an account or password reset, please ignore this email.\n\nThanks,\n{registered_to}", "SendPasswordResetCode": "Send password reset email", "CopyToClipboard": "Copy to clipboard", - "VendorPopUpNotes": "Pop-up notes", + "VendorPopUpNotes": "Alert notes", "EraseMultipleObjectsWarning": "Warning: you are about to permanently erase multiple objects.\r\nAre you sure?", "Errors": "Errors", "BatchDeleteJob": "Batch delete job", diff --git a/server/AyaNova/util/DbUtil.cs b/server/AyaNova/util/DbUtil.cs index b6e72553..49dfb7c2 100644 --- a/server/AyaNova/util/DbUtil.cs +++ b/server/AyaNova/util/DbUtil.cs @@ -305,7 +305,7 @@ namespace AyaNova.Util ///////////////////////////////////////////////////////// // Erase all user entered data from the db // This is called by seeder for trial seeding purposes - // and by v8 migrate v7 exporter and by license controller when erasing db + // and by v8 migrate and by license controller when erasing db internal static async Task EmptyBizDataFromDatabaseForSeedingOrImportingAsync(ILogger _log) {