···280280281281 const statusRef = useRef(null);
282282283283- const unauthInteractionErrorMessage = `Sorry, your current logged-in instance can't interact with this status from another instance.`;
283283+ const unauthInteractionErrorMessage = `Sorry, your current logged-in instance can't interact with this post from another instance.`;
284284285285 const textWeight = () =>
286286 Math.max(
+1-1
src/pages/account-statuses.jsx
···248248 id="account-statuses"
249249 instance={instance}
250250 emptyText="Nothing to see here yet."
251251- errorText="Unable to load statuses"
251251+ errorText="Unable to load posts"
252252 fetchItems={fetchAccountStatuses}
253253 useItemID
254254 boostsCarousel={snapStates.settings.boostsCarousel}
+6-6
src/pages/notifications.jsx
···3535*/
36363737const contentText = {
3838- mention: 'mentioned you in their status.',
3939- status: 'posted a status.',
4040- reblog: 'boosted your status.',
3838+ mention: 'mentioned you in their post.',
3939+ status: 'published a post.',
4040+ reblog: 'boosted your post.',
4141 follow: 'followed you.',
4242 follow_request: 'requested to follow you.',
4343- favourite: 'favourited your status.',
4343+ favourite: 'favourited your post.',
4444 poll: 'A poll you have voted in or created has ended.',
4545 'poll-self': 'A poll you have created has ended.',
4646 'poll-voted': 'A poll you have voted in has ended.',
4747- update: 'A status you interacted with has been edited.',
4848- 'favourite+reblog': 'boosted & favourited your status.',
4747+ update: 'A post you interacted with has been edited.',
4848+ 'favourite+reblog': 'boosted & favourited your post.',
4949};
50505151const NOTIFICATION_ICONS = {