From 822a8fc5f234990db9a6e60845e19f42acce6ce3 Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Thu, 11 Jun 2020 22:14:45 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20state=20label=20for=20Th=C3=BCringen=20(#?= =?UTF-8?q?149)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ui/LocationLabel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/LocationLabel.js b/src/ui/LocationLabel.js index fdfe556..309bfc8 100644 --- a/src/ui/LocationLabel.js +++ b/src/ui/LocationLabel.js @@ -95,7 +95,7 @@ class StateField extends Component { label = 'SH'; break; case 'Thüringen': - label = 'SN'; + label = 'TH'; break; default: label = this.props.state;