Skip to content

Commit

Permalink
[Fix] Translation help URL
Browse files Browse the repository at this point in the history
  • Loading branch information
AliShadman95 committed Nov 7, 2021
1 parent ac912b8 commit 77efc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/functions/commands/settings.ts
Expand Up @@ -75,7 +75,7 @@ const settings = async (): Promise<void> => {
[
Markup.button.url(
translate(lang.language, "settings_command_language_new"),
"https://github.com/ptkdev/quizquickanswer-telegram-game-bot/blob/main/app/translations/translate.ts",
"https://github.com/ptkdev/quizquickanswer-telegram-game-bot/tree/main/app/translations",
),
],
]),
Expand Down

0 comments on commit 77efc23

Please sign in to comment.