1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-24 11:34:10 +02:00

fix(#10336): invalid name conversion

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-03-19 22:31:18 +09:00
parent 1dfcca7b9c
commit 91e0e498eb
136 changed files with 136 additions and 136 deletions

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
bot_protection,
},
template: '<bot-protection />',
template: '<bot_protection />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
email_settings,
},
template: '<email-settings />',
template: '<email_settings />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
instance_block,
},
template: '<instance-block />',
template: '<instance_block />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
object_storage,
},
template: '<object-storage />',
template: '<object_storage />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
other_settings,
},
template: '<other-settings />',
template: '<other_settings />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
overview_active_users,
},
template: '<overview.active-users />',
template: '<overview_active_users />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
overview_ap_requests,
},
template: '<overview.ap-requests />',
template: '<overview_ap_requests />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
overview_federation,
},
template: '<overview.federation />',
template: '<overview_federation />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
overview_heatmap,
},
template: '<overview.heatmap />',
template: '<overview_heatmap />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
overview_instances,
},
template: '<overview.instances />',
template: '<overview_instances />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
overview_moderators,
},
template: '<overview.moderators />',
template: '<overview_moderators />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
overview_pie,
},
template: '<overview.pie />',
template: '<overview_pie />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
overview_queue_chart,
},
template: '<overview.queue.chart />',
template: '<overview_queue_chart />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
overview_queue,
},
template: '<overview.queue />',
template: '<overview_queue />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
overview_retention,
},
template: '<overview.retention />',
template: '<overview_retention />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
overview_stats,
},
template: '<overview.stats />',
template: '<overview_stats />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
overview_users,
},
template: '<overview.users />',
template: '<overview_users />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
proxy_account,
},
template: '<proxy-account />',
template: '<proxy_account />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
queue_chart_chart,
},
template: '<queue.chart.chart />',
template: '<queue_chart_chart />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
queue_chart,
},
template: '<queue.chart />',
template: '<queue_chart />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
roles_edit,
},
template: '<roles.edit />',
template: '<roles_edit />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
roles_editor,
},
template: '<roles.editor />',
template: '<roles_editor />',
};
export default meta;

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
roles_role,
},
template: '<roles.role />',
template: '<roles_role />',
};
export default meta;