case 3975

This commit is contained in:
2021-09-24 23:13:06 +00:00
parent 8f49e04e94
commit 542926b748
2 changed files with 3 additions and 3 deletions

View File

@@ -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",

View File

@@ -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)
{