add msg
This commit is contained in:
parent
128ed5723a
commit
7f73216936
@ -641,6 +641,9 @@
|
|||||||
},
|
},
|
||||||
"Значение сохранено в буфере обмена." : {
|
"Значение сохранено в буфере обмена." : {
|
||||||
"comment" : "Сообщение после копирования"
|
"comment" : "Сообщение после копирования"
|
||||||
|
},
|
||||||
|
"Идет загрузка..." : {
|
||||||
|
|
||||||
},
|
},
|
||||||
"Идея" : {
|
"Идея" : {
|
||||||
"comment" : "feedback category: idea",
|
"comment" : "feedback category: idea",
|
||||||
|
|||||||
@ -84,7 +84,7 @@ struct BlockedUsersView: View {
|
|||||||
userRow(user)
|
userRow(user)
|
||||||
}
|
}
|
||||||
if isLoading {
|
if isLoading {
|
||||||
ProgressView()
|
Text("Идет загрузка...")
|
||||||
.frame(maxWidth: .infinity, alignment: .center)
|
.frame(maxWidth: .infinity, alignment: .center)
|
||||||
.listRowBackground(Color.clear)
|
.listRowBackground(Color.clear)
|
||||||
.listRowSeparator(.hidden)
|
.listRowSeparator(.hidden)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user