From 3bf1e659ef90e95c88a7b9b62aeb2f68e2a8d7d6 Mon Sep 17 00:00:00 2001 From: Jan-Peter Klein Date: Tue, 7 May 2024 12:41:39 +0200 Subject: [PATCH] changed checkFailed text wording --- src/main/resources/i18n/strings.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/i18n/strings.properties b/src/main/resources/i18n/strings.properties index 0fbe68ca8..acdac613b 100644 --- a/src/main/resources/i18n/strings.properties +++ b/src/main/resources/i18n/strings.properties @@ -326,7 +326,7 @@ preferences.updates.lastUpdateCheck.never=never preferences.updates.lastUpdateCheck.recently=recently preferences.updates.lastUpdateCheck.daysAgo=%s days ago preferences.updates.lastUpdateCheck.hoursAgo=%s hours ago -preferences.updates.checkFailed=Looking for updates failed. Please check your internet connection and try again later. +preferences.updates.checkFailed=Looking for updates failed. Please check your internet connection or try again later. preferences.updates.upToDate=Cryptomator is up-to-date. ## Contribution