Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 889b56e

Browse files
committed
Clean up references to description to match whether they are the About field or the short description field.
1 parent 2de11ce commit 889b56e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

js/languages/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@
220220
"ExpirationDate": "Expires On",
221221
"UploadCoverPhoto": "Upload a cover photo",
222222
"ShortDescription": "Short Description",
223+
"ShortDescriptionPlaceholder": "Say something interesting... (160 char max)",
223224
"PrimaryColor": "Primary Color",
224225
"SecondaryColor": "Secondary Color",
225226
"TextColor": "Text Color",
@@ -618,7 +619,6 @@
618619
"CountryPlaceholder": "Search for country",
619620
"CurrencyPlaceholder": "Search for currency",
620621
"TimezonePlaceholder": "Search for time Zone",
621-
"ShortDescriptionPlaceholder": "Say something interesting... (160 char max)",
622622
"timeZone": "Select Your Time Zone",
623623
"yourDetails": "Set Your Information",
624624
"yourDescription": "Description",

js/templates/onboardingModal.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,15 @@
128128
<div class="flexRow borderBottom custCol-border">
129129
<div class="flexCol-3 borderRight custCol-border">
130130
<label class="fieldItem" for="aboutInput">
131-
<%= polyglot.t('Description') %>
131+
<%= polyglot.t('About') %>
132132
</label>
133133
</div>
134134
<div class="flexCol-9">
135135
<textarea name="about"
136136
rows="5"
137137
id="aboutInput"
138138
class="fieldItem-textarea custCol-text customThemeScrollbar"
139-
placeholder="<%= polyglot.t('onboarding.ShortDescriptionPlaceholder') %>"></textarea>
139+
placeholder="<%= polyglot.t('AboutPlaceholder') %>"></textarea>
140140
</div>
141141
</div>
142142
<div class="flexRow borderBottom custCol-border">

js/templates/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ <h3 class="padding15 margin0 fontWeight500"><%= polyglot.t('Basic') %></h3>
234234
rows="2"
235235
class="fieldItem-textarea"
236236
maxlength="160"
237-
placeholder="<%= polyglot.t('onboarding.ShortDescriptionPlaceholder') %>"><%= ob.page.profile.short_description %></textarea>
237+
placeholder="<%= polyglot.t('ShortDescriptionPlaceholder') %>"><%= ob.page.profile.short_description %></textarea>
238238
</div>
239239
</div>
240240

js/templates/storeWizard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<div class="flexRow custCol-border">
3131
<div class="flexCol-4 borderRight custCol-border">
3232
<label class="fieldItem" for="aboutInput">
33-
<%= polyglot.t('Description') %>
33+
<%= polyglot.t('About') %>
3434
<div class="note rowTop5">
3535
<%= polyglot.t('HighlightToStyle') %>
3636
</div>

0 commit comments

Comments
 (0)