module UnresolvedLogHelper def flash_notice_for_resolved_logs(count) notice_message = "You’ve updated all the fields affected by the scheme change.
" notice_message << " Update #{count} more #{'log'.pluralize(count)}" if count.positive? notice_message end end