This commit is contained in:
syuilo 2020-02-13 11:46:02 +09:00
parent acd29d22eb
commit f7fe13a177
2 changed files with 2 additions and 1 deletions

View File

@ -391,6 +391,7 @@ aboutX: "{x}について"
useOsNativeEmojis: "OSネイティブの絵文字を使用"
noGroups: "グループがありません"
joinOrCreateGroup: "既存のグループに招待してもらうか、新しくグループを作成してください。"
noHistory: "履歴はありません"
_ago:
unknown: "謎"

View File

@ -31,7 +31,7 @@
</div>
</router-link>
</sequential-entrance>
<p class="no-history" v-if="!fetching && messages.length == 0">{{ $t('no-history') }}</p>
<p class="no-history" v-if="!fetching && messages.length == 0">{{ $t('noHistory') }}</p>
<mk-loading v-if="fetching"/>
</div>
</template>