diff --git a/src/dashboard/scoreko-dev/views/Players.vue b/src/dashboard/scoreko-dev/views/Players.vue
index 1619a0c..668b466 100644
--- a/src/dashboard/scoreko-dev/views/Players.vue
+++ b/src/dashboard/scoreko-dev/views/Players.vue
@@ -5,8 +5,8 @@ defineOptions({ name: 'PlayersView' });
import type { QTableColumn } from 'quasar';
import { computed, reactive, ref, watch } from 'vue';
-import type { Schemas } from '../../../types';
import { countryOptions, getCountryLabel } from '../../../shared/countries';
+import type { Schemas } from '../../../types';
import { usePlayersStore } from '../stores/players';
useHead({ title: 'Players' });
@@ -175,14 +175,14 @@ const handleImport = async (event: Event) => {
color="secondary"
outline
icon="file_upload"
- label="Import JSON"
+ label="Import"
@click="triggerImport"
/>