[frontend/components] Update localization

This commit is contained in:
Jeder 2024-10-24 22:08:02 +02:00 committed by Lilian
parent a1dbeb3f62
commit f2d38d2ded
No known key found for this signature in database

View file

@ -25,7 +25,7 @@
{
<SectionContent SectionName="top-bar">
<Icon Name="Icons.Signpost"></Icon>
@Loc["Post by {0}", (RootNote?.User.DisplayName ?? RootNote?.User.Username) ?? string.Empty]
@Loc["Note by {0}", (RootNote?.User.DisplayName ?? RootNote?.User.Username) ?? string.Empty]
</SectionContent>
<div @ref="Scroller" class="scroller">
<div class="wrapper">