Fix typo
This commit is contained in:
parent
9381a84e97
commit
7770eac9cb
@ -8,7 +8,7 @@
|
|||||||
<button class="attach-from-local" type="button" title="%i18n:common.tags.mk-messaging-form.attach-from-local%">
|
<button class="attach-from-local" type="button" title="%i18n:common.tags.mk-messaging-form.attach-from-local%">
|
||||||
<i class="fa fa-upload"></i>
|
<i class="fa fa-upload"></i>
|
||||||
</button>
|
</button>
|
||||||
<button class="attach-from-drive" type="button" title="%i18n:common.tags.mk-messaging-form.atach-from-drive%">
|
<button class="attach-from-drive" type="button" title="%i18n:common.tags.mk-messaging-form.attach-from-drive%">
|
||||||
<i class="fa fa-folder-open"></i>
|
<i class="fa fa-folder-open"></i>
|
||||||
</button>
|
</button>
|
||||||
<input name="file" type="file" accept="image/*"/>
|
<input name="file" type="file" accept="image/*"/>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<mk-poll data-is-voted={ isVoted }>
|
<mk-poll data-is-voted={ isVoted }>
|
||||||
<ul>
|
<ul>
|
||||||
<li each={ poll.choices } onclick={ vote.bind(null, id) } class={ voted: voted } title={ !parent.isVoted ? '%i18n:common.tags.mk-poll.%'.replace('{}', '%i18n:common.tags.mk-poll.vote-to%') : '' }>
|
<li each={ poll.choices } onclick={ vote.bind(null, id) } class={ voted: voted } title={ !parent.isVoted ? '%i18n:common.tags.mk-poll.vote-to%'.replace('{}', text) : '' }>
|
||||||
<div class="backdrop" style={ 'width:' + (parent.result ? (votes / parent.total * 100) : 0) + '%' }></div>
|
<div class="backdrop" style={ 'width:' + (parent.result ? (votes / parent.total * 100) : 0) + '%' }></div>
|
||||||
<span>
|
<span>
|
||||||
<i class="fa fa-check" if={ is_voted }></i>
|
<i class="fa fa-check" if={ is_voted }></i>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<mk-entrance-signin>
|
<mk-entrance-signin>
|
||||||
<mk-signin></mk-signin>
|
<mk-signin></mk-signin>
|
||||||
<div class="divider"><span>or</span></div>
|
<div class="divider"><span>or</span></div>
|
||||||
<button class="signup" onclick={ parent.signup }>%i18n:mobile.tags.mk-entrance.signup%</button><a class="introduction" onclick={ parent.introduction }>%i18n:mobile.tags.mk-entrance-signin.about%</a>
|
<button class="signup" onclick={ parent.signup }>%i18n:mobile.tags.mk-entrance-signin.signup%</button><a class="introduction" onclick={ parent.introduction }>%i18n:mobile.tags.mk-entrance-signin.about%</a>
|
||||||
<style>
|
<style>
|
||||||
:scope
|
:scope
|
||||||
display block
|
display block
|
||||||
|
Loading…
Reference in New Issue
Block a user