diff --git a/front/src/views/admin/Settings.vue b/front/src/views/admin/Settings.vue
index ac3c3408040665a2610eb9b92e1d65f8275585c7..43bb54de337ffc4daa6cc30317f0846b214a3e01 100644
--- a/front/src/views/admin/Settings.vue
+++ b/front/src/views/admin/Settings.vue
@@ -79,7 +79,6 @@ export default {
       // somehow, extraction fails if in the return block directly
       let instanceLabel = this.$gettext('Instance information')
       let usersLabel = this.$gettext('Users')
-      let importsLabel = this.$gettext('Imports')
       let playlistsLabel = this.$gettext('Playlists')
       let federationLabel = this.$gettext('Federation')
       let subsonicLabel = this.$gettext('Subsonic')
@@ -105,13 +104,6 @@ export default {
             'users__upload_quota'
           ]
         },
-        {
-          label: importsLabel,
-          id: 'imports',
-          settings: [
-            'providers_youtube__api_key'
-          ]
-        },
         {
           label: playlistsLabel,
           id: 'playlists',