diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index 1b5a388fb..3571f5c29 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -3456,8 +3456,15 @@
20
-
- Default Currency (3-character code)
+
+ Default Currency
+
+ src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html
+ 33
+
+
+
+ 3-character currency code
src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html
33
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 a4d62d7de..953f66659 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
@@ -30,7 +30,7 @@
}
@case (CustomFieldDataType.Monetary) {
}
}
diff --git a/src-ui/src/app/components/common/input/text/text.component.ts b/src-ui/src/app/components/common/input/text/text.component.ts
index e7b26df57..594f5f1d6 100644
--- a/src-ui/src/app/components/common/input/text/text.component.ts
+++ b/src-ui/src/app/components/common/input/text/text.component.ts
@@ -19,7 +19,7 @@ export class TextComponent extends AbstractInputComponent {
autocomplete: string
@Input()
- placeholder: string
+ placeholder: string = ''
constructor() {
super()