Skip to content

Commit

Permalink
fix: cover key PWA requirements, close #101
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelin committed Nov 20, 2019
1 parent d1fb916 commit 05e3029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export default {
switch (status) {
case EdgeConnectionStatus.OFFLINE:
this.connectionStatus = 'OFFLINE'
this.connectionTip = 'No connection to edge device. '
this.connectionTip = 'No connection to edge device.'
this.statusColor = 'error'
break
case EdgeConnectionStatus.UNAVAILABLE:
Expand Down

0 comments on commit 05e3029

Please sign in to comment.