| commit | d3195b74f71cdcd7b53fd2f13f54f69f2438c940 | [log] [tgz] |
|---|---|---|
| author | Dimitrios Chalepakis <dimitrios.chalepakis@pta.de> | Mon Apr 27 11:20:09 2020 +0200 |
| committer | Dimitrios Chalepakis <dimitrios.chalepakis@pta.de> | Mon Apr 27 11:20:09 2020 +0200 |
| tree | ae39602f5a49057e8cd3d719b9e2f01cf92d0842 | |
| parent | 754496e883f2339baed07994d95212466f965faa [diff] |
SI-698 großer label adjusted Signed-off-by: Dimitrios Chalepakis <dimitrios.chalepakis@pta.de>
diff --git a/projects/grid-failure-information-app/src/app/shared/constants/globals.ts b/projects/grid-failure-information-app/src/app/shared/constants/globals.ts index f46f8d3..7777990 100644 --- a/projects/grid-failure-information-app/src/app/shared/constants/globals.ts +++ b/projects/grid-failure-information-app/src/app/shared/constants/globals.ts
@@ -20,7 +20,7 @@ public static LOCALE_TEXT: any = { equals: 'ist gleich', notEqual: 'ist ungleich', - greaterThan: 'ist großer als', + greaterThan: 'ist größer als', lessThan: 'ist kleiner als', inRange: 'ist zwischen', };