Skip to content

Commit

Permalink
fix(files): update local address for no file results (#5010)
Browse files Browse the repository at this point in the history
* fix(files): add missing local string

* fix(files): update local address for no file results
  • Loading branch information
nathan-power authored Sep 26, 2022
1 parent 9d63632 commit 682423c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/files/Files.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="files-view">
<div v-if="!directory.length">
<UiResultsMessage
:title="$t(`pages.files.${searchValue ? 'search.' : ''}empty`)"
:title="$t(`${searchValue ? 'ui.no_results' : 'pages.files.empty'}`)"
/>
</div>

Expand Down

0 comments on commit 682423c

Please sign in to comment.