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"; 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) }