Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/core/src/login/webview/vue/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@
>
<div class="header">Opening AWS sign-in in your default browser...</div>
<div class="hint">
If you're already signed in to AWS Console, you can select that session. Or follow the steps to
sign in with your AWS account.
If you're already signed in to AWS Console, you can select that session. Otherwise, follow the
steps to sign in with your AWS account.
</div>
<a
class="hint"
Expand Down Expand Up @@ -335,7 +335,7 @@
@keydown.enter="handleContinueClick()"
@keydown="preventInvalidChars"
/>
<div class="title topMargin">(Optional) Region</div>
<div class="title topMargin">Region (optional)</div>
<select
class="regionSelect"
id="regions"
Expand Down