mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-24 14:02:53 +01:00
Fix bookmark/unbookmark text in context menu (#214)
This commit is contained in:
parent
77c94e940a
commit
2bcdb75f97
@ -37,7 +37,7 @@ struct StatusRowContextMenu: View {
|
||||
await viewModel.bookmark()
|
||||
}
|
||||
} } label: {
|
||||
Label(viewModel.isReblogged ? "status.action.unbookmark" : "status.action.bookmark",
|
||||
Label(viewModel.isBookmarked ? "status.action.unbookmark" : "status.action.bookmark",
|
||||
systemImage: "bookmark")
|
||||
}
|
||||
Button {
|
||||
|
Loading…
Reference in New Issue
Block a user