From a849fd6ddabf81ebde74d7c16dcd240249fbe289 Mon Sep 17 00:00:00 2001 From: eight Date: Wed, 26 Sep 2018 11:39:53 +0800 Subject: [PATCH] Fix: missing placeholders --- _locales/en/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 654bbd29..5d31b376 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -790,7 +790,7 @@ "message": "Invalid URL protocol. Only http and https are allowed: $protocol$", "description": "Error displayed when the protocol of the URL is invalid", "placeholders": { - "type": { + "protocol": { "content": "$1" } } @@ -799,7 +799,7 @@ "message": "Invalid version number. The value doesn't match SemVer pattern: $version$", "description": "Error displayed when @version is invalid", "placeholders": { - "type": { + "version": { "content": "$1" } }