From 05ba6c60134246c1e2b3943d2df877128eb2cbf2 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Fri, 16 Aug 2024 12:02:45 +0200 Subject: [PATCH] Fix translations --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index fae940a68b2e..dc750feee31a 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -5650,7 +5650,7 @@ "column_density_options": { "default": "Default ({count} columns)", "dense": "Dense ({count} columns)", - "custom": "Custom {count} ({count, plural,\n one {column}\n other {columns}\n})" + "custom": "Custom ({count} {count, plural,\n one {column}\n other {columns}\n})" } }, "visibility": {