diff options
author | cyBerta <cyberta@riseup.net> | 2021-12-10 15:51:59 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-12-10 15:51:59 +0100 |
commit | dcf5b2ebd1103b842651adb77d11ccc5c20bf962 (patch) | |
tree | 254aa732fc08686e76b825a1912a4a2c26eac921 /app | |
parent | 88f52dab88ef99b2560e698112a91db86da1203d (diff) |
improve log string
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index eed5bc1e..b1ab2511 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -169,7 +169,7 @@ <string name="log_onehop_create">Establishing an encrypted directory connection</string> <string name="log_requesting_status">Asking for network status consensus</string> <string name="log_loading_status">Loading network status consensus</string> - <string name="log_loading_keys">Loading authority key certs</string> + <string name="log_loading_keys">Loading authority certificates</string> <string name="log_requesting_descriptors">Asking for relay descriptors</string> <string name="log_loading_descriptors">Loading relay descriptors</string> <string name="log_enough_dirinfo">Loaded enough directory info to build circuits</string> |