case 3975
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user