From 960a3ca86b05e0f7f9f04063f3fb479ac7ab5c4a Mon Sep 17 00:00:00 2001 From: "Havrylenko Ivan (WSL)" Date: Fri, 10 Nov 2023 12:47:40 +0200 Subject: [PATCH] feat(profiles wizard): fix all bugs --- src/controllers/wizards/profiles.wizard.ts | 4 +--- src/i18n/en/commands.json | 2 +- src/i18n/ua/commands.json | 2 +- src/i18n/ua/messages.json | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/controllers/wizards/profiles.wizard.ts b/src/controllers/wizards/profiles.wizard.ts index 466a66d..dceb113 100644 --- a/src/controllers/wizards/profiles.wizard.ts +++ b/src/controllers/wizards/profiles.wizard.ts @@ -12,10 +12,8 @@ import { REPORT_CALLBACK, } from 'src/core/constants'; import { CreateReportDto } from 'src/core/dtos'; -import { Ad, Profile } from 'src/core/entities'; +import { Profile } from 'src/core/entities'; import { - getAdCaption, - getAdMarkup, getCaption, getProfileCacheKey, getProfileMarkup, diff --git a/src/i18n/en/commands.json b/src/i18n/en/commands.json index 30f3fc2..f5df0ec 100644 --- a/src/i18n/en/commands.json +++ b/src/i18n/en/commands.json @@ -1,6 +1,6 @@ { "start": "Welcome! I'm the first ukrainian service to search teammates for games.", "help": "Help text", - "coop": "Want to order bot/advertisement? Text @havrylenko_ivan", + "coop": "Want to order bot? Text @havrylenko_ivan", "profiles": "Let's Go!" } diff --git a/src/i18n/ua/commands.json b/src/i18n/ua/commands.json index e713d6e..b827479 100644 --- a/src/i18n/ua/commands.json +++ b/src/i18n/ua/commands.json @@ -1,6 +1,6 @@ { "start": "Привіт! Я - перший український сервіс для пошуку тімейтів.", "help": "Для початку роботи введіть /start", - "coop": "Хочете замовити розробку бота/рекламу? Пишіть @havrylenko_ivan ", + "coop": "Хочете замовити розробку бота? Пишіть @havrylenko_ivan ", "profiles": "Поїхали!" } diff --git a/src/i18n/ua/messages.json b/src/i18n/ua/messages.json index e78b446..d5c3a35 100644 --- a/src/i18n/ua/messages.json +++ b/src/i18n/ua/messages.json @@ -45,7 +45,7 @@ "no_more": "Схоже, ви бачили всі доступні профілі.", "cleared": "Список побачених профілів очищено" }, - "deleted": "Привіт! Твій профіль було видалено модерацією. Щоб далі користуватись ботом, заповни йог знову. Гарного дня!", + "deleted": "Привіт! Твій профіль було видалено модерацією. Щоб далі користуватись ботом, заповни йогo знову. Гарного дня!", "update": "Змінити профіль" } }