mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-02 13:28:43 +00:00
fix typos
This commit is contained in:
parent
d36dd9ce96
commit
5bf835b965
1 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@
|
|||
{% trans 'Anyone can see and join a public group. Unlisted groups are currently exactly the same as public groups. Private groups can only be seen by members of the group.' %}",
|
||||
title: "{% trans 'Group visibility' %}",
|
||||
attachTo: {
|
||||
element: "privacy_select_button",
|
||||
element: "#privacy_select_button",
|
||||
on: "left",
|
||||
},
|
||||
buttons: [
|
||||
|
@ -120,7 +120,7 @@
|
|||
},
|
||||
{
|
||||
text: "{% trans 'Once you\'re happy with how your group is set up, click the \'Save\' button.' %}",
|
||||
title: "{% trans '' %}",
|
||||
title: "{% trans 'Save your group' %}",
|
||||
buttons: [
|
||||
{
|
||||
action() {
|
||||
|
|
Loading…
Reference in a new issue