mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-12-23 10:30:41 +00:00
Media details small strings correction (#384)
This commit is contained in:
parent
3fce5d6a14
commit
b5ddca2f64
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
|||
</figure>
|
||||
<div>
|
||||
<p>
|
||||
@i18n!(ctx.1, "Markdown code")
|
||||
<small>@i18n!(ctx.1, "Copy it in your articles to insert this media.")</small>
|
||||
@i18n!(ctx.1, "Markdown syntax")
|
||||
<small>@i18n!(ctx.1, "Copy it into your articles, to insert this media:")</small>
|
||||
</p>
|
||||
<code>@media.markdown(ctx.0)</code>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue