diff options
Diffstat (limited to 'src/tools/json-diff/json-diff.vue')
-rw-r--r-- | src/tools/json-diff/json-diff.vue | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/json-diff/json-diff.vue b/src/tools/json-diff/json-diff.vue index 2ef3de0..2e57c50 100644 --- a/src/tools/json-diff/json-diff.vue +++ b/src/tools/json-diff/json-diff.vue @@ -23,8 +23,8 @@ const jsonValidationRules = [ <c-input-text v-model:value="rawLeftJson" :validation-rules="jsonValidationRules" - label="Your first json" - placeholder="Paste your first json here..." + label="Your first JSON" + placeholder="Paste your first JSON here..." rows="20" multiline test-id="leftJson" @@ -34,8 +34,8 @@ const jsonValidationRules = [ <c-input-text v-model:value="rawRightJson" :validation-rules="jsonValidationRules" - label="Your json to compare" - placeholder="Paste your json to compare here..." + label="Your JSON to compare" + placeholder="Paste your JSON to compare here..." rows="20" multiline test-id="rightJson" |