mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-06 15:28:53 +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.' %}",
|
{% 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' %}",
|
title: "{% trans 'Group visibility' %}",
|
||||||
attachTo: {
|
attachTo: {
|
||||||
element: "privacy_select_button",
|
element: "#privacy_select_button",
|
||||||
on: "left",
|
on: "left",
|
||||||
},
|
},
|
||||||
buttons: [
|
buttons: [
|
||||||
|
@ -120,7 +120,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "{% trans 'Once you\'re happy with how your group is set up, click the \'Save\' button.' %}",
|
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: [
|
buttons: [
|
||||||
{
|
{
|
||||||
action() {
|
action() {
|
||||||
|
|
Loading…
Reference in a new issue