Skip to content

Commit d360b22

Browse files
fix: App builder menu change "Save app" to just "Save" (#9356)
## Summary Changes "Save app" to just "Save" as you are saving the whole workflow as normal ## Screenshots (if applicable) <img width="293" height="247" alt="image" src="https://github.com/user-attachments/assets/c5aea772-12cf-4b0e-8336-8d72ef55be98" /> ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9356-fix-App-builder-menu-change-Save-app-to-just-Save-3186d73d36508119a7c0e8e00155e0b0) by [Unito](https://www.unito.io)
1 parent 613058e commit d360b22

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/builder/BuilderMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
@click="onSave(close)"
3333
>
3434
<i class="icon-[lucide--save] size-4" />
35-
{{ t('builderMenu.saveApp') }}
35+
{{ t('g.save') }}
3636
</button>
3737
<div class="my-1 border-t border-border-default" />
3838
<button

src/locales/en/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3371,7 +3371,6 @@
33713371
"viewApp": "View app"
33723372
},
33733373
"builderMenu": {
3374-
"saveApp": "Save app",
33753374
"exitAppBuilder": "Exit app builder"
33763375
}
33773376
}

0 commit comments

Comments
 (0)