Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lex-Ai committed Nov 18, 2023
1 parent db2a4b3 commit ef8fbb9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/components/cards/PostSummary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ class PostSummary extends React.Component {
</a>
{isOnlyblog && <span className="nsfw_post" title={tt('post_editor.onlyblog_hint')}>{tt('g.for_followers')}</span>}
{isOnlyapp && <span className="nsfw_post">{tt('g.only_app')}</span>}
{isOnlySponsors && <span className="nsfw_post" title={tt('post_editor.visible_option_onlysponsors')}>{tt('g.for_sponsors')}</span>}
{isOnlySponsors && <span className="worker_post" title={tt('post_editor.visible_option_onlysponsors')}>{tt('g.for_sponsors')}</span>}
{foreignApp && <ForeignApp foreignApp={foreignApp} />}
{warn && <span className="nsfw_post" title={tt('post_editor.nsfw_hint')}>{detransliterate(nsfwTitle)}</span>}
{worker_post && <a target="_blank" href={worker_post}><span className="worker_post">{tt('workers.worker_post')}</span></a>}
Expand Down
6 changes: 3 additions & 3 deletions app/components/elements/EncryptedStub.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ class EncryptedStub extends React.Component {
{title}
<LinkEx to={'/@' + author}>
{'@' + author}
</LinkEx>{'. '}
</LinkEx>
</div>
}

_renderSub = (sub) => {
if (!sub) return null
sub = sub.toJS()
return <div>
{tt('poststub.for_sponsors2')}
<br />{tt('poststub.for_sponsors2')}
<b>{Asset(sub.cost).floatString}</b>
{sub.tip_cost ? tt('poststub.for_sponsors3') : null}
{tt('poststub.for_sponsors4')}{' '}
{tt('poststub.for_sponsors4')}{' '}<br />
{tt('poststub.for_sponsors5')}{' '}
</div>
}
Expand Down
2 changes: 1 addition & 1 deletion app/components/modules/Donate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class Donate extends React.Component {
<button type='submit' disabled={disabled} className='button'>
{tt('g.donate_support')}
</button>
<button className='button hollow' onClick={this.showGiftNft}>
<button className='button hollow float-right' onClick={this.showGiftNft}>
{tt('transfer_jsx.gift_nft')}
</button>
</span>}
Expand Down
2 changes: 1 addition & 1 deletion app/components/pages/Services.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Services extends React.Component {
<div className='column large-3 medium-3 small-6'>
<a target="_blank" href="https://wallet.golos.id"><Icon name='money' size='10x'/>
<h5>Golos Wallet + DEX</h5></a>
<p className='landing-services-block-icon-text'>Кошелек и торговля на <a target="_blank" href="https://wallet.golos.id/rating">внутренней бирже</a> и <a target="_blank" href="https://wallet.golos.id/convert/GOLOS/YMUSDT">обменнике</a>, веб-клиентах <a target="_blank" href="https://dex.golos.app/#/trade/GOLOS_YMUSDT">dex.golos.app</a> или <a target="_blank" href="https://gls.exchange/#/trade/GOLOS_YMUSDT">gls.exchange</a></p>
<p className='landing-services-block-icon-text'>Кошелек и торговля на <a target="_blank" href="https://wallet.golos.id/rating">бирже</a>/<a target="_blank" href="https://wallet.golos.id/convert/GOLOS/YMUSDT">обменнике</a>, веб-клиентах <a target="_blank" href="https://dex.golos.app/#/trade/GOLOS_YMUSDT">dex.golos.app</a> или <a target="_blank" href="https://gls.exchange/#/trade/GOLOS_YMUSDT">gls.exchange</a>, витрина <a target="_blank" href="https://wallet.golos.id/nft">NFT-маркета</a></p>
</div>
<div className='column large-3 medium-3 small-6'>
<a target="_blank" href="https://chat.golos.app"><Icon name='rocket' size='10x'/>
Expand Down
4 changes: 2 additions & 2 deletions app/locales/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -645,9 +645,9 @@
"install": "Установить приложение",
"login_to_see_comment": "Авторизуйтесь, чтобы видеть комментарий.",
"for_sponsors": "Этот пост доступен только спонсорам ",
"for_sponsors2": "Цена - ",
"for_sponsors2": "Оформите подписку за ",
"for_sponsors3": " (TIP-баланс)",
"for_sponsors4": " в месяц.",
"for_sponsors4": " в месяц и получите доступ ко всему контенту.",
"for_sponsors5": "Первый платеж спишется сейчас, а потом - автоматически раз в месяц.",
"become_sponsor": "Стать спонсором",
"sponsorship_expired": "Ваше спонсорство истекло. Продлите его, чтобы читать посты ",
Expand Down

0 comments on commit ef8fbb9

Please sign in to comment.