Skip to content

Commit f229d82

Browse files
committed
fix(auth): align AWS console text patterns
1 parent ecff24e commit f229d82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/core/src/login/webview/vue/login.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@
243243
>
244244
<div class="header">Opening AWS sign-in in your default browser...</div>
245245
<div class="hint">
246-
If you're already signed in to AWS Console, you can select that session. Or follow the steps to
247-
sign in with your AWS account.
246+
If you're already signed in to AWS Console, you can select that session. Otherwise, follow the
247+
steps to sign in with your AWS account.
248248
</div>
249249
<a
250250
class="hint"
@@ -335,7 +335,7 @@
335335
@keydown.enter="handleContinueClick()"
336336
@keydown="preventInvalidChars"
337337
/>
338-
<div class="title topMargin">(Optional) Region</div>
338+
<div class="title topMargin">Region (optional)</div>
339339
<select
340340
class="regionSelect"
341341
id="regions"

0 commit comments

Comments
 (0)