Skip to content

Commit

Permalink
Merge pull request #1786 from anyproto/ios-3142-change-text-for-unsup…
Browse files Browse the repository at this point in the history
…ported-view

IOS-3142 Widgets | Change text
  • Loading branch information
mgolovko authored Jul 15, 2024
2 parents 9591cfe + cf76f7c commit 99275db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Anytype/Resources/Strings/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 99275db

Please sign in to comment.