Skip to content

Commit

Permalink
Update tooltip for provider data collection pause on quadicons
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Jun 6, 2018
1 parent cd4b42b commit 6e45fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/quadicon_helper.rb
Expand Up @@ -39,7 +39,7 @@ def self.provider_status(status, enabled = true)
unless enabled
return {
:fonticon => 'pficon pficon-asleep',
:tooltip => _('This provider is paused, no data is currently collected from it')
:tooltip => _('Data collection for this provider is paused.')
}
end

Expand Down

0 comments on commit 6e45fed

Please sign in to comment.