Skip to content

Commit

Permalink
fix: typo in the credentials page
Browse files Browse the repository at this point in the history
  • Loading branch information
Som23Git authored Oct 31, 2024
1 parent da90e75 commit fd3c7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/credentials/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
= f.select :hold, [["Process all messages", false], ["Hold messages from this credential", true]], {}, :class => 'input input--select'
%p.fieldSet__text
You may wish to automatically hold all messages that are sent by this credential. This allows you to preview them
for they are delivered to their recipients. This is useful for credentials for development environments.
before they are delivered to their recipients. This is useful for credentials for development environments.

.fieldSetSubmit.buttonSet
= f.submit @credential.new_record? ? "Create credential" : "Save credential", :class => 'button button--positive js-form-submit'
Expand Down

0 comments on commit fd3c7cc

Please sign in to comment.