From 6532b97a44aba1d9c4564bee91b63c796b377b82 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 29 Apr 2023 22:22:07 +0800 Subject: [PATCH] Update copy: s/status/post --- src/app.jsx | 2 +- src/components/account-info.jsx | 2 +- src/components/compose.jsx | 6 +++--- src/components/status.jsx | 2 +- src/pages/account-statuses.jsx | 2 +- src/pages/notifications.jsx | 12 ++++++------ src/pages/status.jsx | 6 +++--- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app.jsx b/src/app.jsx index a2b4c2b3..22537ea5 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -295,7 +295,7 @@ function App() { if (newStatus) { states.reloadStatusPage++; showToast({ - text: 'Status posted. Check it out.', + text: 'Post published. Check it out.', delay: 1000, duration: 10_000, // 10 seconds onClick: (toast) => { diff --git a/src/components/account-info.jsx b/src/components/account-info.jsx index be582d64..a274a8c8 100644 --- a/src/components/account-info.jsx +++ b/src/components/account-info.jsx @@ -521,7 +521,7 @@ function RelatedActions({ info, instance, authenticated }) { Following you ) : !!lastStatusAt ? ( - Last status:{' '} + Last post:{' '} {niceDateTime(lastStatusAt, { hideTime: true, })} diff --git a/src/components/compose.jsx b/src/components/compose.jsx index d8f8edef..5d224337 100644 --- a/src/components/compose.jsx +++ b/src/components/compose.jsx @@ -642,14 +642,14 @@ function Compose({
Replying to @ {replyToStatus.account.acct || replyToStatus.account.username} - ’s status + ’s post
)} {!!editStatus && (
-
Editing source status
+
Editing source post
)}
Math.max( diff --git a/src/pages/account-statuses.jsx b/src/pages/account-statuses.jsx index fb4e6783..171cfc83 100644 --- a/src/pages/account-statuses.jsx +++ b/src/pages/account-statuses.jsx @@ -248,7 +248,7 @@ function AccountStatuses() { id="account-statuses" instance={instance} emptyText="Nothing to see here yet." - errorText="Unable to load statuses" + errorText="Unable to load posts" fetchItems={fetchAccountStatuses} useItemID boostsCarousel={snapStates.settings.boostsCarousel} diff --git a/src/pages/notifications.jsx b/src/pages/notifications.jsx index 4492263f..01312fc9 100644 --- a/src/pages/notifications.jsx +++ b/src/pages/notifications.jsx @@ -35,17 +35,17 @@ admin.report = A new report has been filed */ const contentText = { - mention: 'mentioned you in their status.', - status: 'posted a status.', - reblog: 'boosted your status.', + mention: 'mentioned you in their post.', + status: 'published a post.', + reblog: 'boosted your post.', follow: 'followed you.', follow_request: 'requested to follow you.', - favourite: 'favourited your status.', + favourite: 'favourited your post.', poll: 'A poll you have voted in or created has ended.', 'poll-self': 'A poll you have created has ended.', 'poll-voted': 'A poll you have voted in has ended.', - update: 'A status you interacted with has been edited.', - 'favourite+reblog': 'boosted & favourited your status.', + update: 'A post you interacted with has been edited.', + 'favourite+reblog': 'boosted & favourited your post.', }; const NOTIFICATION_ICONS = { diff --git a/src/pages/status.jsx b/src/pages/status.jsx index d108f236..33c10037 100644 --- a/src/pages/status.jsx +++ b/src/pages/status.jsx @@ -95,7 +95,7 @@ function StatusPage(params) { setHeroStatus(status); } catch (err) { console.error(err); - alert('Unable to load status.'); + alert('Unable to load post.'); location.hash = closeLink; } })(); @@ -650,7 +650,7 @@ function StatusThread({ id, closeLink = '/', instance: propInstance }) { ) : ( <> - Status{' '} + Post{' '}