Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-10-30 23:00:56 +0300
committerGitHub <noreply@github.com>2022-10-30 23:00:56 +0300
commitd5008af7879e3dd623b051e723f45b3c7c616faf (patch)
treecc1085983b423612412cbb172db6c05b06a688be
parentc8821c04f8b399b5fb68402c05527e0e3ef7718d (diff)
i18n: Correct string
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
-rw-r--r--Widget/Dashboard/DashboardWidgetView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Widget/Dashboard/DashboardWidgetView.swift b/Widget/Dashboard/DashboardWidgetView.swift
index 86c7a772d..310184ad0 100644
--- a/Widget/Dashboard/DashboardWidgetView.swift
+++ b/Widget/Dashboard/DashboardWidgetView.swift
@@ -41,7 +41,7 @@ struct DashboardWidgetView: View {
Text(NSLocalizedString("_no_items_", comment: ""))
.font(.system(size: 25))
.padding()
- Text(NSLocalizedString("_check_back_late_", comment: ""))
+ Text(NSLocalizedString("_check_back_later_", comment: ""))
.font(.system(size: 15))
}
.frame(width: geo.size.width, height: geo.size.height)