Skip to content

Commit

Permalink
Update lowercase-note.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ulasbayraktar authored Feb 19, 2024
1 parent 88de77e commit 7428c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/templates/tr/lowercase-note.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Admonition from "../../Admonition";
export default function NoteLowercase({ name = "function" }) {
return (
<Admonition type="warning">
<p>Bu {isim} küçük harfle başlar.</p>
<p>Bu {name} öğesi küçük harfle başlar.</p>
</Admonition>
);
}

0 comments on commit 7428c8f

Please sign in to comment.