Skip to content

Commit f3392df

Browse files
authored
Merge pull request #454 from PRUNplanner/fix-empire-config-hq-buffer
fix(i18n): fixed `HQ` buffer name on empire config warning
2 parents e2557cc + 3054078 commit f3392df

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/features/empire/components/EmpireConfiguration.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,7 @@
179179
</template>
180180

181181
<template #hq_buffer>
182-
<span class="font-mono bg-white/10 px-1.5">
183-
{{ $t("terms.hq") }}
184-
</span>
182+
<span class="font-mono bg-white/10 px-1.5"> HQ </span>
185183
{{ $t("terms.buffer") }}
186184
</template>
187185
</i18n-t>

0 commit comments

Comments
 (0)