Skip to content

Commit 77efc23

Browse files
committed
[Fix] Translation help URL
1 parent ac912b8 commit 77efc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/functions/commands/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const settings = async (): Promise<void> => {
7575
[
7676
Markup.button.url(
7777
translate(lang.language, "settings_command_language_new"),
78-
"https://github.com/ptkdev/quizquickanswer-telegram-game-bot/blob/main/app/translations/translate.ts",
78+
"https://github.com/ptkdev/quizquickanswer-telegram-game-bot/tree/main/app/translations",
7979
),
8080
],
8181
]),

0 commit comments

Comments
 (0)