aboutsummaryrefslogtreecommitdiff
path: root/src/tools/json-to-csv/json-to-csv.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/json-to-csv/json-to-csv.vue')
-rw-r--r--src/tools/json-to-csv/json-to-csv.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/json-to-csv/json-to-csv.vue b/src/tools/json-to-csv/json-to-csv.vue
index cf15400..e2f5ddb 100644
--- a/src/tools/json-to-csv/json-to-csv.vue
+++ b/src/tools/json-to-csv/json-to-csv.vue
@@ -23,8 +23,8 @@ const rules: UseValidationRule<string>[] = [
<template>
<format-transformer
- input-label="Your raw json"
- input-placeholder="Paste your raw json here..."
+ input-label="Your raw JSON"
+ input-placeholder="Paste your raw JSON here..."
output-label="CSV version of your JSON"
:input-validation-rules="rules"
:transformer="transformer"