Skip to content

Commit

Permalink
single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
notbakaneko committed Oct 25, 2023
1 parent 911d0f4 commit bde5e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Libraries/Opengraph/UserOpengraph.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ private function moddingDescription(): string
}

return empty($countsText)
? osu_trans("users.ogp.modding_description_empty", ['user' => $this->user->username])
: osu_trans("users.ogp.modding_description", [
? osu_trans('users.ogp.modding_description_empty', ['user' => $this->user->username])
: osu_trans('users.ogp.modding_description', [
'counts' => implode(' | ', $countsText),
'user' => $this->user->username,
]);
Expand Down

0 comments on commit bde5e30

Please sign in to comment.