Fix a couple remaining places where the banners are called ads
This commit is contained in:
parent
1abe36f844
commit
15fecc44a9
@ -1186,7 +1186,8 @@ _accountDelete:
|
||||
inProgress: "Deletion is currently in progress"
|
||||
_ad:
|
||||
back: "Back"
|
||||
reduceFrequencyOfThisAd: "Show this ad less"
|
||||
adsBy: "Community banner by {by}"
|
||||
reduceFrequencyOfThisAd: "Show this banner less"
|
||||
_forgotPassword:
|
||||
enterEmail: "Enter the email address you used to register. A link with which you
|
||||
can reset your password will then be sent to it."
|
||||
|
@ -1022,7 +1022,8 @@ _accountDelete:
|
||||
inProgress: "削除が進行中"
|
||||
_ad:
|
||||
back: "戻る"
|
||||
reduceFrequencyOfThisAd: "この広告の表示頻度を下げる"
|
||||
adsBy: "バナーで{by}"
|
||||
reduceFrequencyOfThisAd: "このバナーの表示頻度を下げる"
|
||||
_forgotPassword:
|
||||
enterEmail: "アカウントに登録したメールアドレスを入力してください。そのアドレス宛てに、パスワードリセット用のリンクが送信されます。"
|
||||
ifNoEmail: "メールアドレスを登録していない場合は、管理者までお問い合わせください。"
|
||||
|
@ -21,7 +21,7 @@
|
||||
</div>
|
||||
<div v-else class="menu">
|
||||
<div class="body">
|
||||
<div>Ads by {{ host }}</div>
|
||||
<div>{{ i18n.t("_ad.adsBy", { by: host }) }}</div>
|
||||
<!--<MkButton class="button" primary>{{ i18n.ts._ad.like }}</MkButton>-->
|
||||
<MkButton
|
||||
v-if="chosen.ratio !== 0"
|
||||
|
Loading…
Reference in New Issue
Block a user