diff --git a/src/components/GroupJoin.vue b/src/components/GroupJoin.vue index a602b64..5dbe8fe 100644 --- a/src/components/GroupJoin.vue +++ b/src/components/GroupJoin.vue @@ -49,6 +49,14 @@ + + + + + {{ errorMessage }} + + + @@ -94,15 +102,22 @@ + {{ 'Join ' + groups.length + ' Group' + (groups.length == 1 ? '' : 's') }} - + + + + + + @@ -122,11 +137,11 @@ - - {{ groups.length }} group{{ groups.length == 1 ? '' : 's' }} identified @@ -161,8 +176,8 @@ - + {{ invalidGroups.length }} invalid group{{ invalidGroups.length == 1 ? '' : 's' }} @@ -170,14 +185,14 @@ - - - Copy valid links - - - copied to clipboard - - + + + Copy valid links + + + copied to clipboard + + @@ -187,6 +202,10 @@