From 82e3932dbd6fdf466b5b79c7d58a66ee18eff2bd Mon Sep 17 00:00:00 2001 From: Moby von Briesen Date: Fri, 3 Jun 2022 11:07:03 -0400 Subject: [PATCH] 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 --- web/satellite/src/components/objects/BucketCreationNameStep.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/satellite/src/components/objects/BucketCreationNameStep.vue b/web/satellite/src/components/objects/BucketCreationNameStep.vue index c039571a0..e2d6bacac 100644 --- a/web/satellite/src/components/objects/BucketCreationNameStep.vue +++ b/web/satellite/src/components/objects/BucketCreationNameStep.vue @@ -17,7 +17,7 @@