Better copy

This commit is contained in:
Daniel Lundin
2019-10-03 19:54:24 +02:00
parent 4cc6bf6b70
commit 4814533da6
+1 -1
View File
@@ -37,7 +37,7 @@ h2 small {
} }
</style> </style>
<h2 class="mdc-typography--headline2">My Clients <small class="mdc-typography--headline5">({user})</small></h2> <h2 class="mdc-typography--headline2">My VPN Client Devices <small class="mdc-typography--headline5">({user})</small></h2>
{#each clients as dev} {#each clients as dev}
<Client user={user} client={dev}/> <Client user={user} client={dev}/>