diff --git a/dashboard/src/components/platform/AddNewPlatform.vue b/dashboard/src/components/platform/AddNewPlatform.vue
index 7bc05e91bf..e38fecd0e3 100644
--- a/dashboard/src/components/platform/AddNewPlatform.vue
+++ b/dashboard/src/components/platform/AddNewPlatform.vue
@@ -9,10 +9,10 @@
{{
updatingMode
- ? `${tm('dialog.edit')} ${updatingPlatformConfig.id} ${tm(
- 'dialog.adapter',
+ ? `${tm("dialog.edit")} ${updatingPlatformConfig.id} ${tm(
+ "dialog.adapter",
)}`
- : tm('dialog.addPlatform')
+ : tm("dialog.addPlatform")
}}
- {{ tm("dialog.cancel") }}
+ {{
+ tm("dialog.cancel")
+ }}