Change to lowercase and scoped translation keys

This commit is contained in:
Johannes Zellner
2020-10-28 11:42:17 +01:00
parent 9912698a71
commit 53d39608b8
4 changed files with 14 additions and 5 deletions

View File

@@ -112,7 +112,7 @@
<div class="animateMeOpacity ng-hide" ng-show="installedApps.length > 0">
<h1 class="view-header">
{{ 'MY_APPS' | translate }}
{{ 'apps.title' | translate }}
<div class="pull-right">
<form class="form-inline">
<input type="text" class="form-control" ng-show="installedApps.length > 8" placeholder="Search Apps" id="appSearch" ng-model="appSearch"/>