diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-10-04 00:53:50 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-10-04 00:53:50 -0700 |
| commit | 638caf6d96120d374112f2ea12af394335bca4cb (patch) | |
| tree | b59b486be162510be4cee7484217876432f20ab9 | |
| parent | bd466033e899ef8f1684057b443300fc6c61eed6 (diff) | |
change updated time message for clarity
| -rw-r--r-- | src/components/SubscriberTable/SubscriberTable.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SubscriberTable/SubscriberTable.tsx b/src/components/SubscriberTable/SubscriberTable.tsx index eecf935..5a84055 100644 --- a/src/components/SubscriberTable/SubscriberTable.tsx +++ b/src/components/SubscriberTable/SubscriberTable.tsx @@ -26,7 +26,7 @@ const DataTable = ({ channel_data, timestamp }: SubscriberDataTableProp) => { <div className="text-center sm:mt-5"> <h1 className="text-2xl font-bold text-gray-800">Subscriber Count</h1> <h2 className="text-xl text-gray-800">Click on a row to view more details!</h2> - <p className="text-gray-500 text-sm">Updated Hourly. Data Below Retrieved: {timestamp}</p> + <p className="text-gray-500 text-sm">Updated Hourly. Retrieved at: {timestamp}</p> </div> <div className="px-2 sm:px-48 py-4 sm:py-8 relative rounded-l text-left overflow-auto"> <table className="w-full text-m sm:text-xl text-black bg-white"> |
