Translation fixes

This commit is contained in:
Pieter Vander Vennet 2021-06-21 03:12:43 +02:00
parent fbf0f278e1
commit 962e364bad
4 changed files with 76 additions and 3 deletions

View file

@ -66,7 +66,7 @@ export default class OpeningHoursVisualization extends UIElement {
return new Toggle(
ohTable,
Translations.t.general.loadingCountry.Clone(),
Translations.t.general.opening_hours.loadingCountry.Clone(),
tags.map(tgs => tgs._country !== undefined)
);
}