Skip to content

Commit

Permalink
Add clear message about sharing location w/ others (#147)
Browse files Browse the repository at this point in the history
* add clear message about sharing location w/ others

* follow naming convention

* update to composer.lock after merging in main
  • Loading branch information
mdvb1001 authored Jun 19, 2023
1 parent d843b9c commit 2f5051a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions resources/js/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"book_status": "Book availability",
"condition": "Condition",
"settings_yourInfo": "Your preferred meeting point",
"settings_beSafe": "Always try to be safe when meeting people online.",
"settings_beSafe": "Always be safe when meeting people online.",
"settings_location_sharing": "Booksbank will only ever reveal your preferred location with another person once you have approved a request to loan them your book.",
"info_updated": "Your info has been updated!",
"update": "Update",
"your_password": "Your Password",
Expand Down Expand Up @@ -86,7 +87,7 @@
"welcomeAdd-subheading": "Loan or Give away your books",
"welcomeAdd-paragraph": "Be part of the community and quickly add your books to our selection to give them a second life. Create an account and quickly add a book by simply using it's title",
"welcomeAdd-cta": "Add a book",

"welcomeHowAdd-title": "Add your unwanted books",
"welcomeHowAdd-subtitle": "Be part of the community and quickly add your books to our selection to give them a second life. Just follow these 4 steps.",
"welcomeHowAdd-step1": "Search your books using a title or author",
Expand Down Expand Up @@ -126,7 +127,7 @@
"bookshelfAddBookshelf-heading": "1. Books location (needed for search distance)",
"bookshelfAddBookshelf-address": "First line of address",
"bookshelfAddBookshelf-postcode": "Postcode",

"bookshelfAll-title": "Bookshelf info",
"bookshelfAll-BooksYouAreReading": "The books you are reading",
"bookshelfAll-BookYouOwn": "The books you own",
Expand Down
2 changes: 1 addition & 1 deletion resources/js/pages/bookshelf/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{{ $t("settings_yourInfo") }}
</h2>
<p class="bookshelf_settings__subhead Light-backgroundBody-textBody-small">
{{ $t("settings_beSafe") }} <Anchor theme="none" route-name="safe">
{{ $t("settings_location_sharing") }} <br> {{ $t("settings_beSafe") }} <Anchor theme="none" route-name="safe">
Read more
</Anchor>
</p>
Expand Down

0 comments on commit 2f5051a

Please sign in to comment.