Commit 1496e6e830ea267365e28aa5ca29bcf44404930a

Authored by Luigi Serra
1 parent 8fcc0f36

create card controllet labels fixing

controllets/create-card-controllet/create-card-controllet.html
@@ -130,7 +130,7 @@ @@ -130,7 +130,7 @@
130 <div class="avatar"></div> 130 <div class="avatar"></div>
131 <div class="title"> 131 <div class="title">
132 <div class="big">Title</div> 132 <div class="big">Title</div>
133 - <div class="small">This is the tile for your new card. It'll be visualized in the bottom black section.</div> 133 + <div class="small">This is the title for your new card. It'll be visualized in the bottom black section.</div>
134 </div> 134 </div>
135 </div> 135 </div>
136 136
@@ -196,7 +196,7 @@ @@ -196,7 +196,7 @@
196 <div class="avatar"></div> 196 <div class="avatar"></div>
197 <div class="title"> 197 <div class="title">
198 <div class="big">Comment</div> 198 <div class="big">Comment</div>
199 - <div class="small">Copy and paste/drag and drop in the textarea the url of datasource</div> 199 + <div class="small">This is a comment you'll see on the bottom of the card.</div>
200 </div> 200 </div>
201 </div> 201 </div>
202 202