From 46687a3cbde38d831cb53d0c9d0e729486798ea6 Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Tue, 16 Jul 2019 15:23:39 +0200 Subject: Shorten status icon tooltip text --- app/javascript/flavours/glitch/components/status_icons.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/javascript/flavours/glitch/components') diff --git a/app/javascript/flavours/glitch/components/status_icons.js b/app/javascript/flavours/glitch/components/status_icons.js index 38e4a863f..ecb426d78 100644 --- a/app/javascript/flavours/glitch/components/status_icons.js +++ b/app/javascript/flavours/glitch/components/status_icons.js @@ -13,12 +13,12 @@ const messages = defineMessages({ collapse: { id: 'status.collapse', defaultMessage: 'Collapse' }, uncollapse: { id: 'status.uncollapse', defaultMessage: 'Uncollapse' }, inReplyTo: { id: 'status.in_reply_to', defaultMessage: 'This toot is a reply' }, - previewCard: { id: 'status.has_preview_card', defaultMessage: 'This toot features an attached preview card' }, - pictures: { id: 'status.has_pictures', defaultMessage: 'This toot features attached pictures' }, + previewCard: { id: 'status.has_preview_card', defaultMessage: 'Features an attached preview card' }, + pictures: { id: 'status.has_pictures', defaultMessage: 'Features attached pictures' }, poll: { id: 'status.is_poll', defaultMessage: 'This toot is a poll' }, - video: { id: 'status.has_video', defaultMessage: 'This toot features attached videos' }, - audio: { id: 'status.has_audio', defaultMessage: 'This toot features attached audio files' }, - localOnly: { id: 'status.local_only', defaultMessage: 'This toot is only visible from youre instance' }, + video: { id: 'status.has_video', defaultMessage: 'Features attached videos' }, + audio: { id: 'status.has_audio', defaultMessage: 'Features attached audio files' }, + localOnly: { id: 'status.local_only', defaultMessage: 'Only visible from your instance' }, }); @injectIntl -- cgit