Skip to content

Commit

Permalink
chore(pdc-dashboard): add description to the price fields
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 committed Oct 11, 2023
1 parent 7a4d1df commit 2f997cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"label": {
"edit": {
"label": "Label",
"description": "",
"description": "Korte naam of beschrijving voor elk item",
"placeholder": "",
"visible": true,
"editable": true
Expand All @@ -37,7 +37,7 @@
"currency": {
"edit": {
"label": "Currency",
"description": "",
"description": "Hier kiest u de valuta die hoort bij het bedrag in dit veld",
"placeholder": "",
"visible": true,
"editable": true
Expand All @@ -51,7 +51,7 @@
"value": {
"edit": {
"label": "Waarde",
"description": "",
"description": "Numerieke waarde die wordt geassocieerd met elk item.",
"placeholder": "",
"visible": true,
"editable": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"products": {
"edit": {
"label": "Producten",
"description": "",
"description": "Dit veld stelt u in staat om producten aan deze inhoud te koppelen. U kunt producten selecteren uit een lijst om hun relatie met deze inhoud aan te geven.",
"placeholder": "",
"visible": true,
"editable": true,
Expand Down

0 comments on commit 2f997cb

Please sign in to comment.