fix(frontend): N files selected hint use i18n (#3390)
This commit is contained in:
parent
99a6382b32
commit
10bf3cffbf
|
@ -82,9 +82,9 @@
|
|||
</header-bar>
|
||||
|
||||
<div v-if="isMobile" id="file-selection">
|
||||
<span v-if="fileStore.selectedCount > 0"
|
||||
>{{ fileStore.selectedCount }} selected</span
|
||||
>
|
||||
<span v-if="fileStore.selectedCount > 0">
|
||||
{{ t("prompts.filesSelected", fileStore.selectedCount) }}
|
||||
</span>
|
||||
<action
|
||||
v-if="headerButtons.share"
|
||||
icon="share"
|
||||
|
|
Loading…
Reference in New Issue