diff options
author | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-20 03:41:23 -0400 |
---|---|---|
committer | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-20 03:41:23 -0400 |
commit | cb4fcc82f2c5e42b50390e9271e360f1ef95c126 (patch) | |
tree | 7cd9c284ced7db3c9e9e8d351ee6fde9e45bf012 /src/views/Settings | |
parent | dff0ae504ac7c1cc4e3b45c4e316d5a0d55e75c3 (diff) | |
parent | 90efb5be001393134aaef07fe11e9ad605692043 (diff) | |
download | donetick-frontend-cb4fcc82f2c5e42b50390e9271e360f1ef95c126.tar.gz donetick-frontend-cb4fcc82f2c5e42b50390e9271e360f1ef95c126.tar.bz2 donetick-frontend-cb4fcc82f2c5e42b50390e9271e360f1ef95c126.zip |
Merge branch 'dev'
Diffstat (limited to '')
-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 |