diff --git a/app/src/components/globals/ReadOnlyField.vue b/app/src/components/globals/ReadOnlyField.vue
new file mode 100644
index 00000000..107165b5
--- /dev/null
+++ b/app/src/components/globals/ReadOnlyField.vue
@@ -0,0 +1,65 @@
+
+
+
+ {{ label }}
+
+
+
+
+
+
+
+
+
+
diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json
index 5062e796..e66541aa 100644
--- a/app/src/i18n/locales/en.json
+++ b/app/src/i18n/locales/en.json
@@ -544,7 +544,9 @@
"words": {
"browse": "Browse",
"collapse": "Collapse",
- "default": "Default"
+ "default": "Default",
+ "none": "None",
+ "separator": ", "
},
"wrong_password": "Wrong password",
"yes": "Yes",