diff --git a/Justice/Interactions/CitiesInteractions.cs b/Justice/Interactions/CitiesInteractions.cs index 12db1b4..274f7c6 100644 --- a/Justice/Interactions/CitiesInteractions.cs +++ b/Justice/Interactions/CitiesInteractions.cs @@ -52,7 +52,7 @@ namespace DiscordApp.Justice.Interactions .WithName("X Координата") .WithValue(modal.xCoordinate), new EmbedFieldBuilder() - .WithName("Y Координата") + .WithName("Z Координата") .WithValue(modal.zCoordinate), }; var footer = new EmbedFooterBuilder()