Skip to content

Commit

Permalink
feat(profiles wizard): fix all bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
havrydotdev committed Nov 10, 2023
1 parent 36ada88 commit 960a3ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/controllers/wizards/profiles.wizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en/commands.json
Original file line number Diff line number Diff line change
@@ -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 <a href=\"t.me/havrylenko_ivan\">@havrylenko_ivan</a>",
"coop": "Want to order bot? Text <a href=\"t.me/havrylenko_ivan\">@havrylenko_ivan</a>",
"profiles": "Let's Go!"
}
2 changes: 1 addition & 1 deletion src/i18n/ua/commands.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"start": "Привіт! Я - перший український сервіс для пошуку тімейтів.",
"help": "Для початку роботи введіть /start",
"coop": "Хочете замовити розробку бота/рекламу? Пишіть <a href=\"t.me/havrylenko_ivan\">@havrylenko_ivan</a> ",
"coop": "Хочете замовити розробку бота? Пишіть <a href=\"t.me/havrylenko_ivan\">@havrylenko_ivan</a> ",
"profiles": "Поїхали!"
}
2 changes: 1 addition & 1 deletion src/i18n/ua/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"no_more": "Схоже, ви бачили всі доступні профілі.",
"cleared": "Список побачених профілів очищено"
},
"deleted": "Привіт! Твій профіль було видалено модерацією. Щоб далі користуватись ботом, заповни йог знову. Гарного дня!",
"deleted": "Привіт! Твій профіль було видалено модерацією. Щоб далі користуватись ботом, заповни йогo знову. Гарного дня!",
"update": "Змінити профіль"
}
}

0 comments on commit 960a3ca

Please sign in to comment.