[frontend/components] Update localization
This commit is contained in:
parent
a1dbeb3f62
commit
f2d38d2ded
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
{
|
{
|
||||||
<SectionContent SectionName="top-bar">
|
<SectionContent SectionName="top-bar">
|
||||||
<Icon Name="Icons.Signpost"></Icon>
|
<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>
|
</SectionContent>
|
||||||
<div @ref="Scroller" class="scroller">
|
<div @ref="Scroller" class="scroller">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
|
Loading…
Add table
Reference in a new issue