JSONValidator: Improve title/subtitle to clarify usage (#3648)

* JSONValidator: Improve title/subtitle to clarify usage
Fixes #3643

* JSONValidator: Change title/subtitle in corresponding tests
master
Sahil Dua 2016-10-07 15:23:47 +02:00 committed by Zaahir Moolla
parent e27f32a7d7
commit 1900b15c9d
2 changed files with 4 additions and 4 deletions

View File

@ -22,8 +22,8 @@ handle remainder => sub {
id => "json_validator",
data => {
title => 'JSON Validator',
subtitle => 'Enter JSON below, then click the button to get beautified version of JSON if it\'s valid'
title => 'JSON Beautifier & Validator',
subtitle => 'Enter JSON below, then click the button to get beautified version of JSON and check for any syntax errors'
},
templates => {

View File

@ -20,8 +20,8 @@ sub build_structured_answer {
id => "json_validator",
data => {
title => 'JSON Validator',
subtitle => 'Enter JSON below, then click the button to get beautified version of JSON if it\'s valid'
title => 'JSON Beautifier & Validator',
subtitle => 'Enter JSON below, then click the button to get beautified version of JSON and check for any syntax errors'
},
templates => {