diff --git a/Iceshrimp.Frontend/Components/Note/NoteBody.razor b/Iceshrimp.Frontend/Components/Note/NoteBody.razor index 637b4ff0..ecb6c7fd 100644 --- a/Iceshrimp.Frontend/Components/Note/NoteBody.razor +++ b/Iceshrimp.Frontend/Components/Note/NoteBody.razor @@ -1,11 +1,15 @@ @using Iceshrimp.Shared.Schemas.Web @using Iceshrimp.Assets.PhosphorIcons +@using Iceshrimp.Frontend.Localization +@using Microsoft.Extensions.Localization +@inject IStringLocalizer Loc; +@inject IJSRuntime Js; @if (NoteBase.Cw != null) {
@NoteBase.Cw
-