add plurals

This commit is contained in:
2023-02-03 11:26:28 +10:00
parent 8b84f1c02c
commit d248204bf9
3 changed files with 5 additions and 5 deletions

View File

@@ -305,13 +305,13 @@ export const routes = [
],
},
{
path: "discord-bot-log",
name: "discord-bot-log",
path: "discord-bot-logs",
name: "discord-bot-logs",
meta: {
title: "Discord Bot Log",
title: "Discord Bot Logs",
middleware: "authenticated",
},
component: () => import("@/views/dashboard/DiscordBotLog.vue"),
component: () => import("@/views/dashboard/DiscordBotLogs.vue"),
},
],
},

View File

@@ -43,7 +43,7 @@
</router-link>
<router-link
v-if="userStore.permissions.includes('logs/discord')"
to="/dashboard/discord-bot-log"
:to="{ name: 'discord-bot-logs' }"
class="box">
<font-awesome-icon icon="fa-brands fa-discord" />
<h2>Discord Bot Log</h2>