diff options
author | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-20 03:40:41 -0400 |
---|---|---|
committer | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-20 03:40:41 -0400 |
commit | 90efb5be001393134aaef07fe11e9ad605692043 (patch) | |
tree | 9cbce35ea79248aaef510f93e8f731e9a0ef6468 /src/views/Settings | |
parent | aed179d6b3aa9c294893b352a7e61f93076a2ad9 (diff) | |
download | donetick-frontend-90efb5be001393134aaef07fe11e9ad605692043.tar.gz donetick-frontend-90efb5be001393134aaef07fe11e9ad605692043.tar.bz2 donetick-frontend-90efb5be001393134aaef07fe11e9ad605692043.zip |
Support for history Modification and deletion
Diffstat (limited to 'src/views/Settings')
-rw-r--r-- | src/views/Settings/APITokenSettings.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Settings/APITokenSettings.jsx b/src/views/Settings/APITokenSettings.jsx index 5bd9887..6262906 100644 --- a/src/views/Settings/APITokenSettings.jsx +++ b/src/views/Settings/APITokenSettings.jsx @@ -38,7 +38,7 @@ const APITokenSettings = () => { return ( <div className='grid gap-4 py-4' id='apitokens'> - <Typography level='h3'>Long Live Token</Typography> + <Typography level='h3'>Access Token</Typography> <Divider /> <Typography level='body-sm'> Create token to use with the API to update things that trigger task or |