Skip to content

Commit

Permalink
adjust testing audit log
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Jan 28, 2024
1 parent 89867fd commit bae7b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/submissions/generate_audit_trail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def call(submission)
composer.column(columns: 1) do |column|
add_logo(column, submission)

column.text('Audit Log',
column.text(account.linked_account_account&.testing? ? 'Testing Log - Not for Production Use' : 'Audit Log',
font_size: 16,
padding: [15, 0, 0, 0],
position: :float, position_hint: :right)
Expand Down

0 comments on commit bae7b92

Please sign in to comment.