Skip to content

Commit

Permalink
Refactor lunaria/components.ts to fix typo in translation complete me…
Browse files Browse the repository at this point in the history
…ssage
  • Loading branch information
Adammatthiesen committed Nov 28, 2024
1 parent d0e99a8 commit e6bd96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/lunaria/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export const LocaleDetails = (
${
// biome-ignore lint/suspicious/noDoubleEquals: <explanation>
missingFiles.length == 0 && outdatedFiles.length == 0
? html`<p>"This translation is complete, amazing job! 🎉"</p>`
? html`<p>This translation is complete, amazing job! 🎉</p>`
: ''
}
</details>
Expand Down

0 comments on commit e6bd96e

Please sign in to comment.