From 1a82cf835071532618df972dc26c6624475b8bc7 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 4 Jul 2018 17:24:11 +0100 Subject: [PATCH] translation-en.json: add colon to "custom" label The styling of the text field that appears after this label makes it easy to miss as an input field. Having the colon after the label makes it clearer that the user can type into the text box. --- main/webapp/modules/core/langs/translation-en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/webapp/modules/core/langs/translation-en.json b/main/webapp/modules/core/langs/translation-en.json index 8297c39f9..0f4a0b88e 100644 --- a/main/webapp/modules/core/langs/translation-en.json +++ b/main/webapp/modules/core/langs/translation-en.json @@ -151,7 +151,7 @@ "col-separated-by": "Columns are separated by", "commas": "commas (CSV)", "tabs": "tabs (TSV)", - "custom": "custom", + "custom": "custom:", "escape": "Escape special characters with \\", "use-quote": "Use character", "quote-delimits-cells": "to enclose cells containing column separators",