Skip to content

Commit

Permalink
fix(ui): previous username typo in public keys add/editing modal
Browse files Browse the repository at this point in the history
  • Loading branch information
luannmoreira committed Oct 3, 2024
1 parent e9507a8 commit 37e4674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/components/PublicKeys/PublicKeyAdd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<v-text-field
v-if="choiceUsername === 'username'"
v-model="username"
label="Rule source IP"
label="Rule username"
variant="underlined"
:error-messages="usernameError"
data-test="rule-field"
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/PublicKeys/PublicKeyEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<v-text-field
v-if="choiceUsername === 'username'"
v-model="username"
label="Rule source IP"
label="Rule username"
variant="underlined"
:error-messages="usernameError"
data-test="rule-field"
Expand Down

0 comments on commit 37e4674

Please sign in to comment.