From 5ba38fc7aaf614179bedf2a2d141bbba1b3604bd Mon Sep 17 00:00:00 2001 From: "J. King" Date: Wed, 8 Mar 2017 12:31:45 -0500 Subject: [PATCH] Print ID in exception message --- locale/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en.php b/locale/en.php index 4b0c40a..6bc3a02 100644 --- a/locale/en.php +++ b/locale/en.php @@ -52,7 +52,7 @@ return [ 'Exception.JKingWeb/NewsSync/Db/ExceptionInput.whitespace' => 'Required field "{field}" of action "{action}" may not contain only whitespace', 'Exception.JKingWeb/NewsSync/Db/ExceptionInput.tooLong' => 'Required field "{field}" of action "{action}" has a maximum length of {max}', 'Exception.JKingWeb/NewsSync/Db/ExceptionInput.tooShort' => 'Required field "{field}" of action "{action}" has a minimum length of {min}', - 'Exception.JKingWeb/NewsSync/Db/ExceptionInput.idMissing' => 'Referenced ID in field "{field}" does not exist', + 'Exception.JKingWeb/NewsSync/Db/ExceptionInput.idMissing' => 'Referenced ID ({id}) in field "{field}" does not exist', 'Exception.JKingWeb/NewsSync/Db/ExceptionInput.constraintViolation' => '{0}', 'Exception.JKingWeb/NewsSync/Db/ExceptionInput.typeViolation' => '{0}', 'Exception.JKingWeb/NewsSync/Db/ExceptionTimeout.general' => '{0}',