Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Aug 17, 2023
1 parent 3b4a9a6 commit 7623a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/app/avo/cards/users_count.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Avo::Cards::UsersCount < Avo::Dashboards::MetricCard
self.id = "users_count"
self.label = "Users count"
self.description = "Total number of users registered"
self.description = "Total number of registered users"

def query
result ::User.all.count
Expand Down

0 comments on commit 7623a40

Please sign in to comment.