From 7f73216936775707ab5b619c2846ea77be2de145 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Sun, 26 Oct 2025 02:49:59 +0300 Subject: [PATCH] add msg --- yobble/Resources/Localizable.xcstrings | 3 +++ yobble/Views/Tab/Settings/BlockedUsersView.swift | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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)