Skip to content

Commit

Permalink
fix: ensure we use the correct share-sheet title when sharing a commu…
Browse files Browse the repository at this point in the history
…nity
  • Loading branch information
seanstrom committed Apr 19, 2024
1 parent ee1ea5a commit 51a7fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/contexts/communities/sharing/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

(rf/reg-event-fx :communities/share-community-url-with-data
(fn [_ [community-id]]
(let [title (i18n/label :t/channel-on-status)
(let [title (i18n/label :t/community-on-status)
on-success (fn [url]
(rf/dispatch [:open-share
{:options (if platform/ios?
Expand Down

0 comments on commit 51a7fae

Please sign in to comment.