Skip to content

Commit

Permalink
Update the Playwright utility
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Jan 16, 2025
1 parent 17ff78a commit 2bb9476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/test/playwright/utils/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const t = (
)
}

return value.replace("{openverse}", "Openverse")
return value.replace("{'Openverse'}", "Openverse")
}
export const languageDirections = ["ltr", "rtl"] as const
export type LanguageDirection = (typeof languageDirections)[number]

0 comments on commit 2bb9476

Please sign in to comment.