Skip to content

Commit

Permalink
Better grammar in URL preview description (#225)
Browse files Browse the repository at this point in the history
Part of #202
  • Loading branch information
MadLittleMods committed May 10, 2023
1 parent 16323df commit 1a140b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/room-routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ router.get(

const pageOptions = {
title: `${roomData.name} - Matrix Public Archive`,
description: `View the history of ${roomData.name} in the Matrix Public Archive`,
description: `View the history of the ${roomData.name} room in the Matrix Public Archive`,
imageUrl:
roomData.avatarUrl &&
mxcUrlToHttpThumbnail({
Expand Down

0 comments on commit 1a140b3

Please sign in to comment.