Skip to content

Commit

Permalink
Merge pull request #404 from nextcloud/backport/403/stable16
Browse files Browse the repository at this point in the history
[stable16] [stable18] Descriptions in navigate.php
  • Loading branch information
ArtificialOwl authored Apr 9, 2020
2 parents 44fd46a + 6b85a68 commit 10fc934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/navigate.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,12 @@
<table id="settings-table">

<tr>
<td class="left">Name of the Circle</td>
<td class="left"><?php p($l->t('Name of the Circle')); ?></td>
<td><input type="text" id="settings-name"/></td>
</tr>

<tr>
<td class="left" style="vertical-align: top">Description</td>
<td class="left" style="vertical-align: top"><?php p($l->t('Description')); ?></td>
<td><textarea type="text" id="settings-desc"></textarea></td>
</tr>

Expand Down

0 comments on commit 10fc934

Please sign in to comment.