Skip to content

Commit 217e2b3

Browse files
authored
Another update to the text on the add-ons page (#2541)
- Ticket: [ENG-6927] ## Purpose Finalize the text. ## Summary of Changes Added another translation string. Adds a div to create some spacing
1 parent 65bd96d commit 217e2b3

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

app/settings/addons/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
display: flex;
1010
flex-direction: column;
1111

12+
.detail-wrapper {
13+
padding: 10px;
14+
}
15+
1216
&.mobile {
1317
width: 100%;
1418
flex-wrap: wrap;

app/settings/addons/template.hbs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,10 @@
119119
data-analytics-scope='All addons tab'
120120
local-class='addons-list-wrapper {{if (media 'isMobile') 'mobile'}}'
121121
>
122-
{{t 'addons.list.sync-details-1'}}
123-
{{t 'addons.list.sync-details-2'}}
122+
<div local-class='detail-wrapper'>
123+
{{t 'addons.list.sync-details-1'}}
124+
{{t 'addons.list.sync-details-4'}}
125+
</div>
124126
<ul local-class='addons-card-wrapper'>
125127
{{#each manager.filteredAddonProviders as |provider|}}
126128
<li
@@ -149,7 +151,9 @@
149151
data-analytics-scope='Connected accounts tab'
150152
local-class='addons-list-wrapper {{if (media 'isMobile') 'mobile'}}'
151153
>
152-
{{t 'addons.list.sync-details-3'}}
154+
<div local-class='detail-wrapper'>
155+
{{t 'addons.list.sync-details-3'}}
156+
</div>
153157
<ul local-class='configured-addons-wrapper'>
154158
{{#each manager.currentTypeAuthorizedAccounts as |account|}}
155159
<li local-class='provider-list-item' data-test-provider-list-item={{account.displayName}}>

translations/en-us.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ addons:
250250
sync-details-1: 'Sync your projects with external services to help stay connected and organized. Select a category and browse the options.'
251251
sync-details-2: 'To manage all add-ons connected to your account, visit your profile settings.'
252252
sync-details-3: 'Manage your connected Add-ons, re-authorize, disconnect account, or disconnect project'
253+
sync-details-4: 'Add-ons can also be linked directly from Project page.'
253254
filter-placeholder: 'Filter add-ons'
254255
filter:
255256
all: 'All'

0 commit comments

Comments
 (0)