fix minor typo
This commit is contained in:
parent
3318220348
commit
acb42bb26c
1 changed files with 2 additions and 2 deletions
|
@ -39,10 +39,10 @@
|
|||
<label for="visibility">{% trans '选中时为public,未选中时为unlisted' %}</label>
|
||||
</div>
|
||||
<br><br>
|
||||
<span>{% trans '分享贴文时附加标签:' %}</span>
|
||||
<span>{% trans '分享帖文时附加标签:' %}</span>
|
||||
<div class="import-panel__checkbox import-panel__checkbox--last">
|
||||
<input name="mastodon_append_tag" id="tag" placeholder="#我的书影音" value="{{ request.user.preference.mastodon_append_tag }}" >
|
||||
<label for="tag">{% trans '输入标签文字会被添加到贴文结尾' %}</label>
|
||||
<label for="tag">{% trans '输入标签文字会被添加到帖文结尾' %}</label>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
|
Loading…
Add table
Reference in a new issue