Skip to content

Commit

Permalink
refactor: fix shared secrets header
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Feb 2, 2024
1 parent e04bbd0 commit 13c512b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elm/Pages/Secrets/Engine_/Shared/Org_/Team_/Edit_.elm
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ update shared route msg model =
Ok ( _, secret ) ->
( model
, Effect.addAlertSuccess
{ content = "Repo secret " ++ secret.name ++ " updated."
{ content = "Shared secret " ++ secret.name ++ " updated."
, addToastIfUnique = True
}
)
Expand Down

0 comments on commit 13c512b

Please sign in to comment.