Skip to content

Commit

Permalink
language strings in move post modal
Browse files Browse the repository at this point in the history
  • Loading branch information
pichalite committed Aug 4, 2016
1 parent 12764e8 commit bbd705e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion less/variables.less
@@ -1,4 +1,4 @@
@theme: dark;
@theme: default;

@material-primary: #2196f3;
@material-danger: #f44336;
Expand Down
4 changes: 2 additions & 2 deletions templates/partials/move_post_modal.tpl
Expand Up @@ -7,8 +7,8 @@
</div>
<div class="modal-body">
<div class="form-group">
<label for="topicId">Topic ID</label>
<input id="topicId" type="text" class="form-control" placeholder="Enter topic ID"><br/>
<label for="topicId">[[topic:topic_id]]</label>
<input id="topicId" type="text" class="form-control" placeholder="[[topic:topic_id_placeholder]]"><br/>
</div>
</div>

Expand Down

0 comments on commit bbd705e

Please sign in to comment.