From 47b7ad961f800ae35d01fc45443d1aae9d38df7f Mon Sep 17 00:00:00 2001 From: Michal Orlik Date: Tue, 7 May 2019 10:21:40 +0200 Subject: [PATCH] fix(ui): typo in locale aggregate => aggregated Fixes #2174 --- locales/cs/ui/systems/credits.json | 2 +- locales/en/ui/systems/credits.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/cs/ui/systems/credits.json b/locales/cs/ui/systems/credits.json index ce3c8bc4fa2..58c0f1fb78b 100644 --- a/locales/cs/ui/systems/credits.json +++ b/locales/cs/ui/systems/credits.json @@ -28,6 +28,6 @@ "numOfClips": "Počet klipů", "shouldPlay": "Bude klipy přehrávány", "volume": "Hlasitost", - "aggregate": "Souhrnné titulky" + "aggregated": "Souhrnné titulky" } } \ No newline at end of file diff --git a/locales/en/ui/systems/credits.json b/locales/en/ui/systems/credits.json index fcea35691ef..95b21289f10 100644 --- a/locales/en/ui/systems/credits.json +++ b/locales/en/ui/systems/credits.json @@ -28,6 +28,6 @@ "numOfClips": "Number of clips", "shouldPlay": "Clips should be played", "volume": "Volume", - "aggregate": "Aggregated credits" + "aggregated": "Aggregated credits" } } \ No newline at end of file