Skip to content

Commit

Permalink
Merge branch 'branches/rudder/8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Mar 18, 2024
2 parents 8c41577 + 3e219fd commit 2870b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user-management/src/main/elm/sources/View.elm
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ displayUserInfo userForm allowSaveInfo =
div [ class "user-info-row user-info-other" ]
[ label [ for k ] [ text k ]
, div [ class "user-info-row-edit" ]
[ input [ id k, class "form-control user-info-value", placeholder ("User " ++ k), onInput (ModifyUserInfoField k), value v ] []
[ input [ id k, class "form-control user-info-value", placeholder ("Enter value for field '" ++ k ++ "'"), onInput (ModifyUserInfoField k), value v ] []
, button [ class "btn btn-default", onClick (RemoveUserInfoField k) ] [ i [ class "fa fa-trash" ] [] ]
]
]
Expand Down

0 comments on commit 2870b82

Please sign in to comment.