From 1897d7ca56f7e462182d4f78a2ff508e83854c2e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 10 Mar 2022 00:45:30 +0000 Subject: [PATCH] case 4121 --- server/AyaNova/resource/de.json | 2 +- server/AyaNova/resource/en.json | 4 ++-- server/AyaNova/resource/es.json | 2 +- server/AyaNova/resource/fr.json | 2 +- server/AyaNova/util/AySchema.cs | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/server/AyaNova/resource/de.json b/server/AyaNova/resource/de.json index 6756a8d4..03a7d1c9 100644 --- a/server/AyaNova/resource/de.json +++ b/server/AyaNova/resource/de.json @@ -604,7 +604,6 @@ "Notifications": "Benachrichtigungen", "NotificationDeliveryLog":"Benutzerbenachrichtigungen", "NotificationCustomerDeliveryLog":"Kundenbenachrichtigungen", - "NotificationSettings": "Benachrichtigungseinstellungen", "NotifyDeliveryAddress": "An Adresse liefern", "NotifyDeliveryMethod": "Benachrichtigungsversandmethode", "NotifyDeliveryMethodApp": "In Anwendung liefern", @@ -660,6 +659,7 @@ "OldPassword": "Altes Kennwort", "Open": "Öffnen", "Operations": "Server Vorgänge", + "OpsNotificationSettings": "Benachrichtigungseinstellungen", "OpsTestJob": "Testjob senden", "OutsideServiceList": "Fremdleistungen - Liste", "PageOfPageText": "{0}-{1} von {2}", diff --git a/server/AyaNova/resource/en.json b/server/AyaNova/resource/en.json index baf38503..566f9950 100644 --- a/server/AyaNova/resource/en.json +++ b/server/AyaNova/resource/en.json @@ -604,7 +604,6 @@ "Notifications": "Notifications", "NotificationDeliveryLog":"User notifications log", "NotificationCustomerDeliveryLog":"Customer notification log", - "NotificationSettings": "Notification settings", "NotifyDeliveryAddress": "Deliver to address", "NotifyDeliveryMethod": "Notification delivery method", "NotifyDeliveryMethodApp": "Deliver in application", @@ -659,7 +658,8 @@ "OK": "OK", "OldPassword": "Old password", "Open": "Open", - "Operations": "Server operations", + "Operations": "Server operations", + "OpsNotificationSettings": "Notification settings", "OpsTestJob": "Submit test job", "OutsideServiceList": "Outside services", "PageOfPageText": "{0}-{1} of {2}", diff --git a/server/AyaNova/resource/es.json b/server/AyaNova/resource/es.json index 982cef98..26ab2b5e 100644 --- a/server/AyaNova/resource/es.json +++ b/server/AyaNova/resource/es.json @@ -604,7 +604,6 @@ "Notifications": "Notificaciones", "NotificationDeliveryLog":"Notificaciones de usuario", "NotificationCustomerDeliveryLog":"Notificaciones de clientes", - "NotificationSettings": "Configuración de notificaciones", "NotifyDeliveryAddress": "Entregar a la dirección de correo electrónico", "NotifyDeliveryMethod": "Método de entrega de notificaciones", "NotifyDeliveryMethodApp": "Entregar en programa", @@ -660,6 +659,7 @@ "OldPassword": "Contraseña anterior", "Open": "Abrir", "Operations": "Operaciones del servidor", + "OpsNotificationSettings": "Configuración de notificaciones", "OpsTestJob": "Enviar trabajo de prueba", "OutsideServiceList": "Lista de servicios externos", "PageOfPageText": "{0}-{1} de {2}", diff --git a/server/AyaNova/resource/fr.json b/server/AyaNova/resource/fr.json index 40978308..68e86a80 100644 --- a/server/AyaNova/resource/fr.json +++ b/server/AyaNova/resource/fr.json @@ -604,7 +604,6 @@ "Notifications": "Notifications", "NotificationDeliveryLog":"Notifications utilisateur", "NotificationCustomerDeliveryLog":"Notifications aux clients", - "NotificationSettings": "Paramètres de notification", "NotifyDeliveryAddress": "Livrer à l'adresse", "NotifyDeliveryMethod": "Méthode de remise des notifications", "NotifyDeliveryMethodApp": "Livrer dans le programme", @@ -660,6 +659,7 @@ "OldPassword": "Ancien mot de passe", "Open": "Ouvrir", "Operations": "Opérations de serveurs", + "OpsNotificationSettings": "Paramètres de notification", "OpsTestJob": "Soumettre le travail de test", "OutsideServiceList": "Liste des services extérieurs", "PageOfPageText": "{0}-{1} sur {2}", diff --git a/server/AyaNova/util/AySchema.cs b/server/AyaNova/util/AySchema.cs index 223891de..b45f1d0d 100644 --- a/server/AyaNova/util/AySchema.cs +++ b/server/AyaNova/util/AySchema.cs @@ -427,7 +427,7 @@ BEGIN when 52 then aytable = 'areminder'; when 53 then aytkey= 'UnitMeterReading'; when 54 then aytable = 'acustomerservicerequest'; - when 56 then aytkey= 'NotificationSettings'; + when 56 then aytkey= 'OpsNotificationSettings'; when 57 then aytable = 'areport'; when 58 then aytkey= 'DashBoardView'; when 59 then aytable = 'acustomernote'; aynamecolumn = 'notedate';