diff --git a/app/components/user_logs.rb b/app/components/user_logs.rb index 36f4a95..0b82667 100644 --- a/app/components/user_logs.rb +++ b/app/components/user_logs.rb @@ -33,7 +33,7 @@ class UserLogs < Netzke::Basepack::Grid end c.model = "ActsAsLoggable::Log" - c.title = "User History" + c.title = "User Timesheet" c.data_store = user_log_data_store c.scope = user_log_scope c.strong_default_attrs = user_log_strong_default_attrs