Skip to content

Commit

Permalink
fix: changed text to be more specific
Browse files Browse the repository at this point in the history
Instead of Room ID, it now says Peer ID
  • Loading branch information
BKristenssonAlfsson committed May 1, 2020
1 parent 538a2d1 commit 2674ca7
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 32 deletions.
51 changes: 22 additions & 29 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions src/views/ChooseEdgeConnection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
<form class="text">
Connect to remote network
<h6 class="fineDetails">
(must enter room ID to Ambianic network)
(must enter Peer ID to Ambianic network)
</h6>
<p />
<label
for="ambianicEdgeAddress"
class="fineDetails"
>
Room ID to Ambianic Network*
Peer ID to Ambianic Network*
</label>
<p>
<input
type="text"
id="ambianicEdgeAddress"
class="inputbox"
placeholder="Enter ID"
placeholder="Enter Peer ID"
v-model="edgeAddress"
>
</p>
Expand Down
5 changes: 5 additions & 0 deletions src/views/EdgeConnect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -259,3 +259,8 @@ export default {
}
</script>
<style scoped>
a {
text-decoration: none;
}
</style>

0 comments on commit 2674ca7

Please sign in to comment.