Use gender-neutral terminology

Fix #155
This commit is contained in:
Florian J. Breunig 2020-11-02 22:55:40 +01:00
parent ff0b5150f1
commit c701075dfa
No known key found for this signature in database
GPG Key ID: 5B05F6C857FE2124

View File

@ -2,7 +2,7 @@
<div v-if="offline" class="offline-message">
<i class="far fa-dizzy"></i>
<h1>
You're offline bro.
You're offline friend.
<span @click="checkOffline"> <i class="fas fa-redo-alt"></i></span>
</h1>
</div>