Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b9e4c8c

Browse files
committedMar 24, 2024··
clean
1 parent 431265d commit b9e4c8c

File tree

1 file changed

+1
-1
lines changed
  • src/status_im/contexts/communities/actions/request_to_join

1 file changed

+1
-1
lines changed
 

‎src/status_im/contexts/communities/actions/request_to_join/view.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[id]
1717
(rf/dispatch
1818
[:standard-auth/authorize
19-
{:auth-button-label (i18n/label :t/confirm-changes)
19+
{:auth-button-label (i18n/label :t/request-to-join)
2020
:on-auth-success (fn [password]
2121
(rf/dispatch
2222
[:communities/request-to-join

0 commit comments

Comments
 (0)
Please sign in to comment.