fix(frontend): N files selected hint use i18n (#3390)

This commit is contained in:
Mercury233 2024-08-18 01:09:38 +08:00 committed by GitHub
parent 99a6382b32
commit 10bf3cffbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

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"