Rename ErrorPullingServersTitle to ErrorPullingGuildsTitle for naming consistency

Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-24 17:54:59 +00:00
parent 81fd5001b7
commit 910b1d9334
7 changed files with 7 additions and 7 deletions

View File

@@ -143,7 +143,7 @@ public partial class DashboardViewModel : ViewModelBase
catch (Exception ex)
{
var dialog = _viewModelManager.CreateMessageBoxViewModel(
LocalizationManager.ErrorPullingServersTitle,
LocalizationManager.ErrorPullingGuildsTitle,
ex.ToString()
);