From 1a5352ea8c732b181924ae79e6040dc51c4c0d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Tarot=20=28=40silopolis=29?= Date: Fri, 10 Mar 2023 17:43:58 +0100 Subject: strings(typo,spell): fix a few issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix a few typos and hopefully improve wording and consistency Signed-off-by: Jérémie Tarot (@silopolis) --- src/components/TimelineEntry.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/components/TimelineEntry.vue b/src/components/TimelineEntry.vue index 12c213e3..9787c3c6 100644 --- a/src/components/TimelineEntry.vue +++ b/src/components/TimelineEntry.vue @@ -114,17 +114,17 @@ export default { case 'mention': return t('social', '{account} mentioned you', { account: this.notification.account.acct }) case 'status': - return t('social', '{account} has posted a status', { account: this.notification.account.acct }) + return t('social', '{account} posted a status', { account: this.notification.account.acct }) case 'reblog': return t('social', '{account} boosted your post', { account: this.notification.account.acct }) case 'follow': - return t('social', '{account} started following you', { account: this.notification.account.acct }) + return t('social', '{account} started to follow you', { account: this.notification.account.acct }) case 'follow_request': return t('social', '{account} requested to follow you', { account: this.notification.account.acct }) case 'favourite': - return t('social', '{account} like you post', { account: this.notification.account.acct }) + return t('social', '{account} liked your post', { account: this.notification.account.acct }) case 'poll': - return t('social', '{account} has ended the poll', { account: this.notification.account.acct }) + return t('social', '{account} ended the poll', { account: this.notification.account.acct }) case 'update': return t('social', '{account} edited a status', { account: this.notification.account.acct }) case 'admin.sign_up': -- cgit v1.2.3