From 3458ba5e4d2568dc2a2b985644e33de7cb363df7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krassowski?= <5832902+krassowski@users.noreply.github.com> Date: Sun, 31 Oct 2021 09:14:29 +0000 Subject: [PATCH] Add missing "strings" word (#47) --- schema/user-tours.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/user-tours.json b/schema/user-tours.json index 8ee67d6..f5e8b50 100644 --- a/schema/user-tours.json +++ b/schema/user-tours.json @@ -38,7 +38,7 @@ "$ref": "#/definitions/Props" }, "translation": { - "description": "Translation domain containing for this tour", + "description": "Translation domain containing strings for this tour", "type": "string" } }