diff --git a/packages/frontend/src/pages/flash/flash-edit.vue b/packages/frontend/src/pages/flash/flash-edit.vue index 7e542c36bd..fd6fadd0b3 100644 --- a/packages/frontend/src/pages/flash/flash-edit.vue +++ b/packages/frontend/src/pages/flash/flash-edit.vue @@ -27,13 +27,15 @@ SPDX-License-Identifier: AGPL-3.0-only - - - {{ i18n.ts.save }} - {{ i18n.ts.show }} - {{ i18n.ts.delete }} - - + + + + {{ i18n.ts.save }} + {{ i18n.ts.show }} + {{ i18n.ts.delete }} + + + @@ -463,3 +465,10 @@ definePageMetadata(() => ({ title: flash.value ? `${i18n.ts._play.edit}: ${flash.value.title}` : i18n.ts._play.new, })); +