1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

fix: typo in the credentials page

هذا الالتزام موجود في:
Som23Git
2024-10-31 23:23:20 +05:30
ملتزم من قبل GitHub
الأصل da90e75036
التزام fd3c7ccdf6

عرض الملف

@@ -38,7 +38,7 @@
= f.select :hold, [["Process all messages", false], ["Hold messages from this credential", true]], {}, :class => 'input input--select' = f.select :hold, [["Process all messages", false], ["Hold messages from this credential", true]], {}, :class => 'input input--select'
%p.fieldSet__text %p.fieldSet__text
You may wish to automatically hold all messages that are sent by this credential. This allows you to preview them 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 .fieldSetSubmit.buttonSet
= f.submit @credential.new_record? ? "Create credential" : "Save credential", :class => 'button button--positive js-form-submit' = f.submit @credential.new_record? ? "Create credential" : "Save credential", :class => 'button button--positive js-form-submit'