From a5fcd2a25d84d2c613ec80601000825ff2a66965 Mon Sep 17 00:00:00 2001 From: minie4 Date: Sun, 4 Jun 2023 16:11:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Add=20missing=20strings=20for=20?= =?UTF-8?q?loading=20indicator?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/strings.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/strings.js b/src/strings.js index 53a4c8d..6e01baf 100644 --- a/src/strings.js +++ b/src/strings.js @@ -85,6 +85,7 @@ export const strings = { }, texts: { loading: "The data for this day is still being loaded", + loadingTimetable: "The timetable is still being loaded", noEntries: "There are no substitutions for this day yet", noHistory: "No substitutions for this day have changed yet", }, @@ -179,6 +180,7 @@ export const strings = { }, texts: { loading: "Die Daten für diesen Tag laden noch", + loadingTimetable: "Der Stundenplan wird noch geladen", noEntries: "Es gibt noch keine Vertretungen für diesen Tag", noHistory: "An den Vertretungen für diesen Tag wurde noch nichts geändert",