web/satellite: Fix incorrect input placeholder

In the name step of the create bucket view for the new objects flow, fix
the placeholder for the input to mention "name" rather than "passphrase"

Change-Id: Ia7a64383b58d36f6aee1df952ed7cb300734e09d
This commit is contained in:
Moby von Briesen 2022-06-03 11:07:03 -04:00
parent 270204f352
commit 82e3932dbd

View File

@ -17,7 +17,7 @@
</div>
<headered-input
label="Bucket Name"
placeholder="Enter a passphrase here..."
placeholder="Enter a name here..."
:error="nameError"
role-description="name"
:init-value="name"