Skip to content

Commit

Permalink
feat(sharing): use stronger wording about public sharing of devices
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Dec 5, 2024
1 parent 040ed86 commit c1eeb3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const Navigation = () => {
title="Make your device available to the public"
target="_blank"
>
<MapPinned class="me-1" /> Share device
<MapPinned class="me-1" /> Make device public
</Link>
)}
</>
Expand Down
2 changes: 1 addition & 1 deletion src/components/PublicDeviceWarning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const PublicDeviceWarning = () => {
href={`https://hello.nrfcloud.com/map/dashboard/#device?${new URLSearchParams({ id: shared.id }).toString()}`}
class="btn btn-outline-secondary ms-2"
>
Review sharing settings
Review settings
</a>
</div>
</div>
Expand Down

0 comments on commit c1eeb3e

Please sign in to comment.