diff --git a/src/components/StationsView/StationTable.vue b/src/components/StationsView/StationTable.vue
index 5449dc4..3390b4b 100644
--- a/src/components/StationsView/StationTable.vue
+++ b/src/components/StationsView/StationTable.vue
@@ -123,10 +123,9 @@
@click.prevent="openDonationCard"
data-tooltip-type="DonatorTooltip"
:data-tooltip-content="$t('donations.dispatcher-message')"
- class="text--donator"
>
-
- {{ station.onlineInfo.dispatcherName }}
+
+ {{ station.onlineInfo.dispatcherName }}
diff --git a/src/components/Tooltip/DonatorTooltip.vue b/src/components/Tooltip/DonatorTooltip.vue
index 626d118..fdbb7db 100644
--- a/src/components/Tooltip/DonatorTooltip.vue
+++ b/src/components/Tooltip/DonatorTooltip.vue
@@ -1,6 +1,6 @@
-

+
{{ tooltipStore.content }}
diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue
index 93c1280..5c18975 100644
--- a/src/components/TrainsView/TrainInfo.vue
+++ b/src/components/TrainsView/TrainInfo.vue
@@ -59,9 +59,8 @@
v-if="apiStore.donatorsData.includes(train.driverName)"
data-tooltip-type="DonatorTooltip"
:data-tooltip-content="$t('donations.driver-message')"
- class="text--donator"
>
- {{ train.driverName }}
+
{{ train.driverName }}

diff --git a/src/views/StationsView.vue b/src/views/StationsView.vue
index 6e5e62a..2c9bb6a 100644
--- a/src/views/StationsView.vue
+++ b/src/views/StationsView.vue
@@ -39,8 +39,8 @@
@click="isDonationCardOpen = true"
@focus="isDonationCardOpen = false"
>
-

-
{{ $t('donations.button-title') }}
+

+
{{ $t('donations.button-title') }}