diff --git a/yobble/Resources/Localizable.xcstrings b/yobble/Resources/Localizable.xcstrings index 9fec7a2..ca46231 100644 --- a/yobble/Resources/Localizable.xcstrings +++ b/yobble/Resources/Localizable.xcstrings @@ -641,6 +641,9 @@ }, "Значение сохранено в буфере обмена." : { "comment" : "Сообщение после копирования" + }, + "Идет загрузка..." : { + }, "Идея" : { "comment" : "feedback category: idea", diff --git a/yobble/Views/Tab/Settings/BlockedUsersView.swift b/yobble/Views/Tab/Settings/BlockedUsersView.swift index a3fd729..47b579a 100644 --- a/yobble/Views/Tab/Settings/BlockedUsersView.swift +++ b/yobble/Views/Tab/Settings/BlockedUsersView.swift @@ -84,7 +84,7 @@ struct BlockedUsersView: View { userRow(user) } if isLoading { - ProgressView() + Text("Идет загрузка...") .frame(maxWidth: .infinity, alignment: .center) .listRowBackground(Color.clear) .listRowSeparator(.hidden)