a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[frontend/pages] Reword bite control options

notfire c9884e83 6a504e44

+2 -2
+2 -2
Iceshrimp.Frontend/Pages/Settings/Account.razor
··· 50 50 <label> 51 51 @Loc["Allow bites from"] 52 52 <InputSelect @bind-Value="SettingsForm.CanBite"> 53 - <option value="@BiteControl.Public">@Loc["Public"]</option> 53 + <option value="@BiteControl.Public">@Loc["Anyone"]</option> 54 54 <option value="@BiteControl.Followers">@Loc["Followers"]</option> 55 - <option value="@BiteControl.None">@Loc["None"]</option> 55 + <option value="@BiteControl.None">@Loc["Nobody"]</option> 56 56 </InputSelect> 57 57 </label> 58 58 <label>