diff --git a/src/strings.ts b/src/strings.ts index 295ba39..b96a000 100644 --- a/src/strings.ts +++ b/src/strings.ts @@ -129,8 +129,8 @@ This is caused by Twitter API downtime or a new bug. Try again in a little while DEFAULT_AUTHOR_TEXT: 'Twitter', QUOTE_TEXT: `↘️ Quoting {name} (@{screen_name})`, - TRANSLATE_TEXT: `↘️ Translated from {language}`, - TRANSLATE_TEXT_INTL: `↘️ {source} ➡️ {destination}`, + TRANSLATE_TEXT: `📑 Translated from {language}`, + TRANSLATE_TEXT_INTL: `📑 {source} ➡️ {destination}`, PHOTO_COUNT: `Photo {number} / {total}`, VIDEO_COUNT: `Video {number} / {total}`, MEDIA_COUNT: `Media {number} / {total}`,