diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index 46686d5f6..b9aa4e03e 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -548,7 +548,7 @@
src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html
- 41
+ 44
src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html
@@ -1679,7 +1679,7 @@
src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html
- 40
+ 43
src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html
@@ -3603,25 +3603,32 @@
20
+
+ Warning: existing instances of this field will retain their current value index (e.g. option #1, #2, #3) after editing the options here
+
+ src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html
+ 31
+
+
Default Currency
src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html
- 33
+ 36
3-character currency code
src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html
- 33
+ 36
Use locale
src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html
- 33
+ 36
diff --git a/src-ui/src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html
index 953f66659..d48c0788b 100644
--- a/src-ui/src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html
+++ b/src-ui/src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html
@@ -27,6 +27,9 @@
}
+ @if (object?.id) {
+ Warning: existing instances of this field will retain their current value index (e.g. option #1, #2, #3) after editing the options here
+ }
}
@case (CustomFieldDataType.Monetary) {