From 4ec25ad3310fc46737a231f38ef81b85b10de112 Mon Sep 17 00:00:00 2001 From: kjonosm <51236777+kjonosm@users.noreply.github.com> Date: Tue, 27 Jun 2023 14:51:05 +0200 Subject: [PATCH] Add translatable strings to telecom field (#933) --- data/fields/telecom.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/data/fields/telecom.json b/data/fields/telecom.json index ffb3c83c..2f58296c 100644 --- a/data/fields/telecom.json +++ b/data/fields/telecom.json @@ -1,5 +1,14 @@ { "key": "telecom", "type": "combo", - "label": "Type" + "label": "Type", + "strings": { + "options": { + "connection_point": "Connection Point", + "data_center": "Data Center", + "distribution_point": "Distribution Point", + "exchange": "Exchange", + "service_device": "Service Device" + } + } }