about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/bookmarked_statuses/index.js
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-05-03 10:59:23 +0200
committerClaire <claire.github-309c@sitedethib.com>2022-05-03 10:59:23 +0200
commite4bec702ac90f09345afdb2ca9f6feb1c636f80d (patch)
treeb415ec16a8ab7f76f7fb1c0789c7b9815efc9dce /app/javascript/flavours/glitch/features/bookmarked_statuses/index.js
parent3869daef0937cf98f6a79f5c4543ee11724f37e8 (diff)
[Glitch] Rename toots to posts in various places, add or reword DM warnings
Port part of be0bc9acbffe2d6126f382b946be0469d756048c and 7e244879feaa8de9894e1147ff49a7e762fe462a
to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/features/bookmarked_statuses/index.js')
-rw-r--r--app/javascript/flavours/glitch/features/bookmarked_statuses/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/bookmarked_statuses/index.js b/app/javascript/flavours/glitch/features/bookmarked_statuses/index.js
index 58b9e6396..ada8fb068 100644
--- a/app/javascript/flavours/glitch/features/bookmarked_statuses/index.js
+++ b/app/javascript/flavours/glitch/features/bookmarked_statuses/index.js
@@ -70,7 +70,7 @@ class Bookmarks extends ImmutablePureComponent {
     const { intl, statusIds, columnId, multiColumn, hasMore, isLoading } = this.props;
     const pinned = !!columnId;
 
-    const emptyMessage = <FormattedMessage id='empty_column.bookmarked_statuses' defaultMessage="You don't have any bookmarked toots yet. When you bookmark one, it will show up here." />;
+    const emptyMessage = <FormattedMessage id='empty_column.bookmarked_statuses' defaultMessage="You don't have any bookmarked posts yet. When you bookmark one, it will show up here." />;
 
     return (
       <Column bindToDocument={!multiColumn} ref={this.setRef} name='bookmarks'>