case 3975
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
"CustomerPhone3": "Home",
|
"CustomerPhone3": "Home",
|
||||||
"CustomerPhone4": "Mobile",
|
"CustomerPhone4": "Mobile",
|
||||||
"CustomerPhone5": "Pager",
|
"CustomerPhone5": "Pager",
|
||||||
"CustomerPopUpNotes": "Pop-up Notes",
|
"CustomerPopUpNotes": "Alert notes",
|
||||||
"CustomerTechNotes": "Scheduleable User Notes",
|
"CustomerTechNotes": "Scheduleable User Notes",
|
||||||
"CustomerGroupDescription": "Description",
|
"CustomerGroupDescription": "Description",
|
||||||
"CustomerGroupList": "Customer Groups",
|
"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}",
|
"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",
|
"SendPasswordResetCode": "Send password reset email",
|
||||||
"CopyToClipboard": "Copy to clipboard",
|
"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?",
|
"EraseMultipleObjectsWarning": "Warning: you are about to permanently erase multiple objects.\r\nAre you sure?",
|
||||||
"Errors": "Errors",
|
"Errors": "Errors",
|
||||||
"BatchDeleteJob": "Batch delete job",
|
"BatchDeleteJob": "Batch delete job",
|
||||||
|
|||||||
@@ -305,7 +305,7 @@ namespace AyaNova.Util
|
|||||||
/////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////
|
||||||
// Erase all user entered data from the db
|
// Erase all user entered data from the db
|
||||||
// This is called by seeder for trial seeding purposes
|
// 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)
|
internal static async Task EmptyBizDataFromDatabaseForSeedingOrImportingAsync(ILogger _log)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user