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:
parent
270204f352
commit
82e3932dbd
@ -17,7 +17,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<headered-input
|
<headered-input
|
||||||
label="Bucket Name"
|
label="Bucket Name"
|
||||||
placeholder="Enter a passphrase here..."
|
placeholder="Enter a name here..."
|
||||||
:error="nameError"
|
:error="nameError"
|
||||||
role-description="name"
|
role-description="name"
|
||||||
:init-value="name"
|
:init-value="name"
|
||||||
|
Loading…
Reference in New Issue
Block a user