aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-11-08 20:19:56 +0100
committerFlorian Dold <florian@dold.me>2021-11-08 20:20:04 +0100
commite369f26ec57c5571af81c534b378035a3e41919c (patch)
tree85d4a2216a2c8635bf4974dd97560a3bd06d6d90 /packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx
parent8481aadfd9f413620a5d16bc1e3144e1126e4839 (diff)
downloadwallet-core-e369f26ec57c5571af81c534b378035a3e41919c.tar.xz
anastasis-webui: some text changes
Diffstat (limited to 'packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx')
-rw-r--r--packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx b/packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx
index e06dbfedd..0bc735f34 100644
--- a/packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx
+++ b/packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx
@@ -86,7 +86,7 @@ export function AuthenticationEditorScreen(): VNode {
active
onCancel={cancel}
description="No providers founds"
- label="Add a provider manually"
+ label="Add a provider manually (not implemented!)"
onConfirm={() => {
null;
}}
@@ -179,7 +179,7 @@ export function AuthenticationEditorScreen(): VNode {
active={!noProvidersAck}
onCancel={() => setNoProvidersAck(true)}
description="No providers founds"
- label="Add a provider manually"
+ label="Add a provider manually (not implemented!)"
onConfirm={() => {
null;
}}
@@ -197,15 +197,15 @@ export function AuthenticationEditorScreen(): VNode {
</div>
<div class="column">
<p class="block">
- When recovering your wallet, you will be asked to verify your
+ When recovering your secret data, you will be asked to verify your
identity via the methods you configure here. The list of
authentication method is defined by the backup provider list.
</p>
- <p class="block">
+ {/* <p class="block">
<button class="button is-info">
- Manage the backup provider's list
+ Manage backup providers
</button>
- </p>
+ </p> */}
{authAvailableSet.size > 0 && (
<p class="block">
We couldn't find provider for some of the authentication methods.