]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/plugins/plugins.routes.ts
Fix lint
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / plugins / plugins.routes.ts
index 4bef27be332c412afab45e52deb9fbdc70afeb27..4cf55dda2bc703a01f6bb70eab85bf6a06779f70 100644 (file)
@@ -25,7 +25,7 @@ export const PluginsRoutes: Routes = [
         component: PluginListInstalledComponent,
         data: {
           meta: {
-            title: 'List installed plugins'
+            title: $localize`List installed plugins`
           }
         }
       },
@@ -34,7 +34,7 @@ export const PluginsRoutes: Routes = [
         component: PluginSearchComponent,
         data: {
           meta: {
-            title: 'Search plugins'
+            title: $localize`Search plugins`
           }
         }
       },
@@ -43,7 +43,7 @@ export const PluginsRoutes: Routes = [
         component: PluginShowInstalledComponent,
         data: {
           meta: {
-            title: 'Show plugin'
+            title: $localize`Show plugin`
           }
         }
       }