Parcourir la source

Fixed few issues in docs (#63)

Alexander Kopachov il y a 3 ans
Parent
commit
60a7fce132
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      FAQ.md
  2. 1 1
      docs/conf-file_description.md

+ 1 - 1
FAQ.md

@@ -47,7 +47,7 @@ To do that you may use following CLI commands:
 
 
 ## How to backup?
 ## How to backup?
 
 
-All token secrets are stored in encrypted form and are tied to an original Flipper device and PIN. Given that, there is no sense to try to backup `/ext/apps/Misc/totp.conf` file as it will not help you in situation when you loose your Flipper device. Instead use your favorite password manager to store plain token secrets and\or any other information which will help you recover your accounts.
+All token secrets are stored in encrypted form and are tied to an original Flipper device and PIN. Given that, there is no sense to try to backup `/ext/authenticator/totp.conf` file as it will not help you in situation when you loose your Flipper device. Instead use your favorite password manager to store plain token secrets and\or any other information which will help you recover your accounts.
 
 
 ## How to reset application?
 ## How to reset application?
 
 

+ 1 - 1
docs/conf-file_description.md

@@ -70,7 +70,7 @@ File format is standard for Flipper Zero device. Each line has one setting ident
 
 
 **Default value:** 0.000000
 **Default value:** 0.000000
 
 
-**Description:** Timezone offset **in hours**. Need to be modified manually. Because of Flipper Zero API doesn't provide an access to timezone offset it is necessary to set it manually for correct TOTP tokens generation. You may find your timezone offset (or another name is "UTC offset") [here](https://www.timeanddate.com/time/zone/timezone/utc) or on any other website found in google.
+**Description:** Timezone offset **in hours**. Need to be modified manually. Because of Flipper Zero API doesn't provide an access to timezone offset it is necessary to set it manually for correct TOTP tokens generation. You may find your timezone offset (or another name is "UTC offset") [here](https://www.utctime.net/time-zone-abbreviations), [here](https://time.is/) or on any other website found in [google](https://letmegooglethat.com/?q=What+is+my+timezone+offset).
 
 
 **Important note:** if your timezone offset is negative, use negative sign, like this `-2.0`, however if your timezone offset is positive DO NOT use explicit positive sign, just put offset without any sign like this `2.0`
 **Important note:** if your timezone offset is negative, use negative sign, like this `-2.0`, however if your timezone offset is positive DO NOT use explicit positive sign, just put offset without any sign like this `2.0`