From 604d5af907702589c9586af7985958c295385f0f Mon Sep 17 00:00:00 2001 From: Dominik Guzei Date: Wed, 5 Jun 2019 17:26:21 +0200 Subject: fix eslint issues --- src/i18n/locales/defaultMessages.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/i18n/locales') diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json index 67ab39fe9..aedb0141c 100644 --- a/src/i18n/locales/defaultMessages.json +++ b/src/i18n/locales/defaultMessages.json @@ -669,39 +669,39 @@ "defaultMessage": "!!!Your services have been updated.", "end": { "column": 3, - "line": 30 + "line": 29 }, "file": "src/components/layout/AppLayout.js", "id": "infobar.servicesUpdated", "start": { "column": 19, - "line": 27 + "line": 26 } }, { "defaultMessage": "!!!Reload services", "end": { "column": 3, - "line": 34 + "line": 33 }, "file": "src/components/layout/AppLayout.js", "id": "infobar.buttonReloadServices", "start": { "column": 24, - "line": 31 + "line": 30 } }, { "defaultMessage": "!!!Could not load services and user information", "end": { "column": 3, - "line": 38 + "line": 37 }, "file": "src/components/layout/AppLayout.js", "id": "infobar.requiredRequestsFailed", "start": { "column": 26, - "line": 35 + "line": 34 } } ], -- cgit v1.2.3-54-g00ecf