fix(frontend): N files selected hint use i18n (#3390)
This commit is contained in:
parent
99a6382b32
commit
10bf3cffbf
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue