diff --git a/packages/frontend/src/pages/flash/flash-edit.vue b/packages/frontend/src/pages/flash/flash-edit.vue index 436fa00728..7e542c36bd 100644 --- a/packages/frontend/src/pages/flash/flash-edit.vue +++ b/packages/frontend/src/pages/flash/flash-edit.vue @@ -27,15 +27,13 @@ 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 }} + + @@ -465,8 +463,3 @@ definePageMetadata(() => ({ title: flash.value ? `${i18n.ts._play.edit}: ${flash.value.title}` : i18n.ts._play.new, })); -