This commit is contained in:
cheykrym 2025-10-26 02:49:59 +03:00
parent 128ed5723a
commit 7f73216936
2 changed files with 4 additions and 1 deletions

View File

@ -641,6 +641,9 @@
}, },
"Значение сохранено в буфере обмена." : { "Значение сохранено в буфере обмена." : {
"comment" : "Сообщение после копирования" "comment" : "Сообщение после копирования"
},
"Идет загрузка..." : {
}, },
"Идея" : { "Идея" : {
"comment" : "feedback category: idea", "comment" : "feedback category: idea",

View File

@ -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)