Updated TH6 description #2720

This commit is contained in:
Priit Tark 2015-06-19 18:28:23 +03:00
parent c0121f0953
commit b20c88df3e
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
if !Rails.env.test? && ENV['new_relic_app_name'].present?
require 'newrelic'
NewRelic::Agent.config[:app_name] = "#{ENV['new_relic_app_name']} - #{Rails.env}"
end

View file

@ -830,4 +830,4 @@ en:
unset_force_delete: 'Unset force delete'
domain_expiring: 'Domain expiring'
domain_validation_rules: 'Domain validation rules'
bank_statement_desc: 'Import file row will match only when matching following attributes: <b>invoice nr, description, sum and client ref number</b>.'
bank_statement_desc: 'Import file row will match only when matching following attributes: <b>ref number, payment amount and the very first number in comment field should match issued invoice number</b>.'