mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-01-29 01:39:16 +01:00
Removed "•" from Localizables
This commit is contained in:
parent
be208eccb2
commit
a086b24883
@ -231,7 +231,7 @@ struct CompactPostView: View {
|
||||
}
|
||||
|
||||
if status.repliesCount > 0 && (status.favouritesCount > 0 || isLiked) {
|
||||
Text("•")
|
||||
Text(verbatim: "•")
|
||||
.foregroundStyle(.gray)
|
||||
}
|
||||
|
||||
|
@ -176,7 +176,7 @@ struct PostDetailsView: View {
|
||||
}
|
||||
|
||||
if detailedStatus.repliesCount > 0 && (detailedStatus.favouritesCount > 0 || isLiked) {
|
||||
Text("•")
|
||||
Text(verbatim: "•")
|
||||
.foregroundStyle(.gray)
|
||||
}
|
||||
|
||||
@ -201,7 +201,7 @@ struct PostDetailsView: View {
|
||||
}
|
||||
|
||||
if detailedStatus.reblog!.repliesCount > 0 && (detailedStatus.reblog!.favouritesCount > 0 || isLiked) {
|
||||
Text("•")
|
||||
Text(verbatim: "•")
|
||||
.foregroundStyle(.gray)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user