File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
plugins/core/webview/src/q-ui/components Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 26
26
:isSelected =" selectedLoginOption === LoginOption.BUILDER_ID"
27
27
:itemId =" LoginOption.BUILDER_ID"
28
28
:login-type =" LoginOption.BUILDER_ID"
29
- :itemTitle =" 'Use for free '"
30
- :itemText =" 'No AWS account required '"
29
+ :itemTitle =" 'Personal account '"
30
+ :itemText =" 'Best for personal use. Free to start with a Builder ID '"
31
31
class =" font-amazon bottom-small-gap"
32
32
></SelectableItem >
33
33
<!-- TODO: IdC description undecided -->
37
37
:isSelected =" selectedLoginOption === LoginOption.ENTERPRISE_SSO"
38
38
:itemId =" LoginOption.ENTERPRISE_SSO"
39
39
:login-type =" LoginOption.ENTERPRISE_SSO"
40
- :itemTitle =" 'Use with Pro license'"
40
+ :itemTitle =" 'Company account'"
41
+ :itemText =" 'Best for individual teams or organizations'"
41
42
class =" font-amazon bottom-small-gap"
42
43
></SelectableItem >
43
44
<button
Original file line number Diff line number Diff line change 27
27
:isSelected =" selectedLoginOption === LoginOption.BUILDER_ID"
28
28
:itemId =" LoginOption.BUILDER_ID"
29
29
:login-type =" LoginOption.BUILDER_ID"
30
- :itemTitle =" 'Use for free '"
31
- :itemText =" 'No AWS account required '"
30
+ :itemTitle =" 'Personal account '"
31
+ :itemText =" 'Best for personal use. Free to start with a Builder ID '"
32
32
class =" font-amazon bottom-small-gap"
33
33
></SelectableItem >
34
34
<!-- TODO: IdC description undecided -->
You can’t perform that action at this time.
0 commit comments