From 7da68e360e32c82518ed24e84052ce985f7e8f4e Mon Sep 17 00:00:00 2001 From: Mikhail Golovko Date: Mon, 15 Jul 2024 10:52:36 +0300 Subject: [PATCH 1/2] IOS-3142 Change text --- Anytype/Resources/Strings/en.lproj/Localizable.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Anytype/Resources/Strings/en.lproj/Localizable.strings b/Anytype/Resources/Strings/en.lproj/Localizable.strings index 222c04fe7c..5c396231c4 100644 --- a/Anytype/Resources/Strings/en.lproj/Localizable.strings +++ b/Anytype/Resources/Strings/en.lproj/Localizable.strings @@ -504,7 +504,7 @@ "Set.View.Empty.Subtitle" = "Add search query to aggregate objects with equal types and relations in a live mode"; // MARK: - Sets: unsupported View -"Set.View.UnsupportedAlert" = "This view is unsupported and has been replaced with the latest modified objects."; +"Set.View.UnsupportedAlert" = "View is unsupported on mobile"; // MARK: - Set source type "Set.SourceType.SelectQuery" = "Select query"; From cf76f7cc4b174420cda1b1fd80441b040bda3700 Mon Sep 17 00:00:00 2001 From: Mikhail Golovko Date: Mon, 15 Jul 2024 11:03:47 +0300 Subject: [PATCH 2/2] IOS-3142 Fix spacing --- .../Modules/HomeWidgets/Widgets/View/SetUnsupportedView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Anytype/Sources/PresentationLayer/Modules/HomeWidgets/Widgets/View/SetUnsupportedView.swift b/Anytype/Sources/PresentationLayer/Modules/HomeWidgets/Widgets/View/SetUnsupportedView.swift index 5017eb4d0b..882b7a1f44 100644 --- a/Anytype/Sources/PresentationLayer/Modules/HomeWidgets/Widgets/View/SetUnsupportedView.swift +++ b/Anytype/Sources/PresentationLayer/Modules/HomeWidgets/Widgets/View/SetUnsupportedView.swift @@ -7,7 +7,7 @@ struct SetUnsupportedView: View { .anytypeStyle(.relation2Regular) .foregroundColor(Color.Dark.sky) .frame(maxWidth: .infinity, alignment: .leading) - .padding(EdgeInsets(top: 11, leading: 16, bottom: 9, trailing: 16)) + .padding(EdgeInsets(top: 10, leading: 16, bottom: 10, trailing: 16)) .background(Color.VeryLight.sky) .cornerRadius(8, style: .continuous) }