diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-07 14:08:35 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-07 14:08:35 +0200 |
commit | ce4b4495ff3607045dc6d5656f72ebf5eb28cb73 (patch) | |
tree | 8d9a323073170b4e28105655340f465a0968732d /client/src/app/+admin | |
parent | a1bb73f9b591686b2ddfeb3291f305dae9f7fc6c (diff) | |
download | PeerTube-ce4b4495ff3607045dc6d5656f72ebf5eb28cb73.tar.gz PeerTube-ce4b4495ff3607045dc6d5656f72ebf5eb28cb73.tar.zst PeerTube-ce4b4495ff3607045dc6d5656f72ebf5eb28cb73.zip |
Refactor video edit css
Diffstat (limited to 'client/src/app/+admin')
-rw-r--r-- | client/src/app/+admin/plugins/plugin-search/plugin-search.component.html | 2 |
1 files changed, 1 insertions, 1 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 6900e8717..8d8f12c48 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,7 +20,7 @@ | |||
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> |