diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2021-03-24 14:48:31 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2021-03-24 14:48:31 +0100 |
commit | a3caabe22844ef9d10880629a161662b5ac7a8ea (patch) | |
tree | 2325e1b1866872542a128edc1ca0423136a6dcdb /client/src/app/+admin | |
parent | 3cc20a1acae625e55d1fbc79b058d47ec987e27b (diff) | |
download | PeerTube-a3caabe22844ef9d10880629a161662b5ac7a8ea.tar.gz PeerTube-a3caabe22844ef9d10880629a161662b5ac7a8ea.tar.zst PeerTube-a3caabe22844ef9d10880629a161662b5ac7a8ea.zip |
Adjust search results note for i18n, adjust typeahead helper
Diffstat (limited to 'client/src/app/+admin')
-rw-r--r-- | client/src/app/+admin/plugins/plugin-search/plugin-search.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+admin/plugins/plugin-search/plugin-search.component.html b/client/src/app/+admin/plugins/plugin-search/plugin-search.component.html index 1b5fe45c6..f98ef690c 100644 --- a/client/src/app/+admin/plugins/plugin-search/plugin-search.component.html +++ b/client/src/app/+admin/plugins/plugin-search/plugin-search.component.html | |||
@@ -20,8 +20,8 @@ | |||
20 | <my-global-icon iconName="search"></my-global-icon> | 20 | <my-global-icon iconName="search"></my-global-icon> |
21 | 21 | ||
22 | <ng-container i18n> | 22 | <ng-container i18n> |
23 | {{ pagination.totalItems }} {pagination.totalItems, plural, =1 {result} other {results}} for "{{ search }}" | 23 | {{ pagination.totalItems }} {pagination.totalItems, plural, =1 {result} other {results}} for {{ search }}" |
24 | </ng-container> | 24 | </ng-container> |
25 | </ng-container> | 25 | </ng-container> |
26 | </div> | 26 | </div> |
27 | 27 | ||