From 35e37c2d4bea2f557f9c74d49d74fc7d40b6a6ab Mon Sep 17 00:00:00 2001 From: Brian DeRocher Date: Wed, 20 Sep 2023 10:52:13 -0400 Subject: [PATCH] Add translation for "owner". --- umap/static/umap/js/umap.forms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/js/umap.forms.js b/umap/static/umap/js/umap.forms.js index 085f0518..e151f9d9 100644 --- a/umap/static/umap/js/umap.forms.js +++ b/umap/static/umap/js/umap.forms.js @@ -940,7 +940,7 @@ L.U.FormBuilder = L.FormBuilder.extend({ defaultOptions: { name: { label: L._('name') }, owner: { - label: 'owner', + label: L._('owner'), // handler: 'BlurInput', // this field should be hidden, not sure if blur does it. }, description: {