Skip to content

Commit c5c4f1f

Browse files
committed
fix ui placeholder wording for client creds
1 parent 7542678 commit c5c4f1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/NinjaOne/v1/ui.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"validation": {
3636
"required": true
3737
},
38-
"placeholder": "Enter your Client ID"
38+
"placeholder": "Enter a Client ID"
3939
},
4040
{
4141
"type": "password",
@@ -45,6 +45,6 @@
4545
"validation": {
4646
"required": true
4747
},
48-
"placeholder": "Enter your Client secret"
48+
"placeholder": "Enter a Client secret"
4949
}
5050
]

0 commit comments

Comments
 (0)