fix(frontend): N files selected hint use i18n

This commit is contained in:
Mercury233 2024-08-05 14:24:24 +08:00 committed by GitHub
parent 21783ed91a
commit 2051bcd6d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,9 +82,9 @@
</header-bar> </header-bar>
<div v-if="isMobile" id="file-selection"> <div v-if="isMobile" id="file-selection">
<span v-if="fileStore.selectedCount > 0" <span v-if="fileStore.selectedCount > 0">
>{{ fileStore.selectedCount }} selected</span {{ t("prompts.filesSelected", fileStore.selectedCount) }}
> </span>
<action <action
v-if="headerButtons.share" v-if="headerButtons.share"
icon="share" icon="share"