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

Commit 1bf30de

Browse files
committed
Fix formatting and phrases in onboarding.
1 parent e1b96d7 commit 1bf30de

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

js/templates/onboardingModal.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,16 @@
128128
<div class="flexRow borderBottom custCol-border">
129129
<div class="flexCol-3 borderRight custCol-border">
130130
<label class="fieldItem" for="aboutInput">
131-
<%= polyglot.t('About') %>
131+
<%= polyglot.t('ShortDescription') %>
132132
</label>
133133
</div>
134134
<div class="flexCol-9">
135-
<textarea name="about"
136-
rows="5"
135+
<textarea name="short_description"
136+
rows="3"
137+
maxlength="160"
137138
id="aboutInput"
138139
class="fieldItem-textarea custCol-text customThemeScrollbar"
139-
placeholder="<%= polyglot.t('AboutPlaceholder') %>"></textarea>
140+
placeholder="<%= polyglot.t('ShortDescriptionPlaceholder') %>"></textarea>
140141
</div>
141142
</div>
142143
<div class="flexRow borderBottom custCol-border">

0 commit comments

Comments
 (0)