i18n: make "plain text" translatable
This commit is contained in:
parent
9a43ba73e6
commit
cabcb5c81b
2 changed files with 4 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
<div class="visibility-tray">
|
||||
<span class="text-format">
|
||||
<select v-model="newStatus.contentType" class="form-control">
|
||||
<option value="text/plain">Plain text</option>
|
||||
<option value="text/plain">{{$t('post_status.content_type.plain_text')}}</option>
|
||||
<option value="text/html">HTML</option>
|
||||
<option value="text/markdown">Markdown</option>
|
||||
</select>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue