diff --git a/ayanova/src/views/cust-customer.vue b/ayanova/src/views/cust-customer.vue
index 226ad9f8..6414c11a 100644
--- a/ayanova/src/views/cust-customer.vue
+++ b/ayanova/src/views/cust-customer.vue
@@ -397,7 +397,7 @@
v-model="obj.notes"
:readonly="formState.readOnly"
:disabled="formState.readOnly"
- :label="$ay.t('WidgetNotes')"
+ :label="$ay.t('CustomerNotes')"
:error-messages="form().serverErrors(this, 'notes')"
ref="notes"
data-cy="notes"
@@ -406,6 +406,36 @@
>
+
+
+
+
+
+
+
+