Skip to content

Commit

Permalink
fix(ui): correct misspelling (#2378)
Browse files Browse the repository at this point in the history
* Correct Misspelling

Corrected misspelling of "Unhauthenticated" to "UnAuthenticated"

* Update src/components/SmartStart.vue

Co-authored-by: Daniel Lando <daniel.sorridi@gmail.com>

Co-authored-by: Daniel Lando <daniel.sorridi@gmail.com>
  • Loading branch information
XtremeOwnageDotCom and robertsLando committed Apr 19, 2022
1 parent f56602a commit ec4431b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SmartStart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export default {
},
{
type: 'checkbox',
label: 'S2 Unhauthenticated',
label: 'S2 Unauthenticated',
key: 's2Unauthenticated',
default: existingItem
? existingItem.securityClasses.s2Unauthenticated
Expand Down

0 comments on commit ec4431b

Please sign in to comment.