Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Iman Tung committed May 4, 2018
1 parent 4b282fe commit fe3cf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/log_template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ class LogTemplate < ActiveRecord::Base
validates :es_instances, presence: true, numericality: {greater_than: 0}

def name_with_tps
"#{name.camelize} (#{tps_limit}/sec)"
"#{name.camelize} (#{tps_limit} trx/sec)"
end
end

0 comments on commit fe3cf45

Please sign in to comment.