Skip to content

Commit

Permalink
fix bug next page
Browse files Browse the repository at this point in the history
  • Loading branch information
saber13812002 committed Apr 11, 2024
1 parent 41171aa commit eab5581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Helpers/QuranHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ static function getCommandNextPage(string $searchPhrase, int $nextPage): string
{
return "
" . trans("bot.to sending request for next result page please click here") . "
[//" . $searchPhrase . "page" . $nextPage . "](send://" . $searchPhrase . "page=" . $nextPage . ")";
[//" . $searchPhrase . "page" . $nextPage . "](send://" . $searchPhrase . "page" . $nextPage . ")";

}
}
Expand Down

0 comments on commit eab5581

Please sign in to comment.