Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CF3B5 committed Jul 16, 2024
1 parent d93d580 commit 930eebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/settings/SettingsMacrosTabExpert.vue
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<v-icon small>{{ mdiRename }}</v-icon>
</v-btn>
</template>
<span>{{ $t('Settings.MacrosTab.macroAliasName') }}</span>
<span>{{ $t('Settings.MacrosTab.MacroAliasName') }}</span>
</v-tooltip>
<v-tooltip top>
<template #activator="{ on, attrs }">
Expand Down

0 comments on commit 930eebb

Please sign in to comment.