From fd3c7ccdf6dc4ee0a76c9523cbd735159e4b8000 Mon Sep 17 00:00:00 2001 From: Som23Git <93936168+Som23Git@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:23:20 +0530 Subject: [PATCH] fix: typo in the credentials page --- app/views/credentials/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/credentials/_form.html.haml b/app/views/credentials/_form.html.haml index 2ee33c01..c5b33c3d 100644 --- a/app/views/credentials/_form.html.haml +++ b/app/views/credentials/_form.html.haml @@ -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'