Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix grammar, unnecessary escape in closed circle description #338

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This is the right option if you want to do recurrent sharing with the same list
Anyone can see the circle, can join the circle and access the items shared to the circle.

- Joining a **Closed Circle** requires an invitation or a confirmation by a moderator.
Anyone can find the circle and request an invitation; but only members will see who's in it and get access to shared items.
Anyone can find and request an invitation to the circle; but only members can see its membership and get access to its shared items.

- A **Secret Circle** is an hidden group that can only be seen by its members or by people knowing the exact name of the circle.
Non-members won't be able to find your secret circle using the search bar.
Expand Down
2 changes: 1 addition & 1 deletion l10n/en_GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ OC.L10N.register(
"A secret circle is an hidden group that can only be seen by its members or by people knowing the exact name of the circle." : "A secret circle is an hidden group that can only be seen by its members or by people knowing the exact name of the circle.",
"Non-members won't be able to find your secret circle using the search bar." : "Non-members won't be able to find your secret circle using the search bar.",
"Joining a closed circle requires an invitation or confirmation by a moderator." : "Joining a closed circle requires an invitation or confirmation by a moderator.",
"Anyone can find and request an invitation to the circle; but only members will see who\\'s in it and get access to it\\'s shared items." : "Anyone can find and request an invitation to the circle; but only members will see who\\'s in it and get access to it\\'s shared items.",
"Anyone can find and request an invitation to the circle; but only members can see its membership and get access to its shared items." : "Anyone can find and request an invitation to the circle; but only members can see its membership and get access to its shared items.",
"A public circle is an open group visible to anyone willing to join." : "A public circle is an open group visible to anyone willing to join.",
"Anyone can see, join, and access the items shared within the circle." : "Anyone can see, join, and access the items shared within the circle.",
"Personal circles" : "Personal circles",
Expand Down
4 changes: 2 additions & 2 deletions l10n/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"A secret circle is an hidden group that can only be seen by its members or by people knowing the exact name of the circle." : "A secret circle is an hidden group that can only be seen by its members or by people knowing the exact name of the circle.",
"Non-members won't be able to find your secret circle using the search bar." : "Non-members won't be able to find your secret circle using the search bar.",
"Joining a closed circle requires an invitation or confirmation by a moderator." : "Joining a closed circle requires an invitation or confirmation by a moderator.",
"Anyone can find and request an invitation to the circle; but only members will see who\\'s in it and get access to it\\'s shared items." : "Anyone can find and request an invitation to the circle; but only members will see who\\'s in it and get access to it\\'s shared items.",
"Anyone can find and request an invitation to the circle; but only members can see its membership and get access to its shared items." : "Anyone can find and request an invitation to the circle; but only members can see its membership and get access to its shared items.",
"A public circle is an open group visible to anyone willing to join." : "A public circle is an open group visible to anyone willing to join.",
"Anyone can see, join, and access the items shared within the circle." : "Anyone can see, join, and access the items shared within the circle.",
"Personal circles" : "Personal circles",
Expand Down Expand Up @@ -275,4 +275,4 @@
"Allow federated circles" : "Allow federated circles",
"Circles from different Nextclouds can be linked together." : "Circles from different Nextclouds can be linked together."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
}
2 changes: 1 addition & 1 deletion templates/navigate.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
); ?>
</b><br/><?php p(
$l->t(
"Anyone can find and request an invitation to the circle; but only members will see who\'s in it and get access to it\'s shared items."
"Anyone can find and request an invitation to the circle; but only members can see its membership and get access to its shared items."
)
); ?>
</div>
Expand Down