Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions beautifulmind/templates/includes/cheatsheet_modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ <h4>{% trans 'Actions that can be applied to an active component' %}</h4>
</tr>
<tr>
<td>&#x21E4; {% trans '(Backspace)' %}</td>
<td>{% trans 'deletes a component and all siblings' %}</td>
<td>{% trans 'deletes a component and all children' %}</td>
</tr>
</tbody>
</table>
</div>
<div class="modal-footer">
<button class="btn" data-dismiss="modal">{% trans 'close' %}</button>
</div>
</div>
</div>