aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/pages/home/SecretEditorScreen.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-01-24 16:47:37 -0300
committerSebastian <sebasjm@gmail.com>2022-01-24 16:52:41 -0300
commit1374b37d2650ab428c9c2b07422afd6083697dfd (patch)
treeb20eb62a725e3664783e5371cbf63f3a3dd420a5 /packages/anastasis-webui/src/pages/home/SecretEditorScreen.tsx
parent171d070a83c93082026c9e757f7520139ec655c9 (diff)
downloadwallet-core-1374b37d2650ab428c9c2b07422afd6083697dfd.tar.xz
some fixes: #7095 #7080 #7085 #7081 #7089 #7097
Diffstat (limited to 'packages/anastasis-webui/src/pages/home/SecretEditorScreen.tsx')
-rw-r--r--packages/anastasis-webui/src/pages/home/SecretEditorScreen.tsx6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/anastasis-webui/src/pages/home/SecretEditorScreen.tsx b/packages/anastasis-webui/src/pages/home/SecretEditorScreen.tsx
index ccef8b942..e401c3d73 100644
--- a/packages/anastasis-webui/src/pages/home/SecretEditorScreen.tsx
+++ b/packages/anastasis-webui/src/pages/home/SecretEditorScreen.tsx
@@ -75,11 +75,15 @@ export function SecretEditorScreen(): VNode {
<div class="block">
<TextInput
label="Secret name:"
- tooltip="The secret name allows you to identify your secret when restoring it. It is a label that you can choose freely."
+ tooltip="This allows you to uniquely identify a secret if you have made multiple back ups. The value entered here will NOT be protected by the authentication checks!"
grabFocus
onConfirm={goNextIfNoErrors}
bind={[secretName, setSecretName]}
/>
+ <div>
+ Names should be unique, so that you can easily identify your secret
+ later.
+ </div>
</div>
<div class="block">
<TextInput