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)
This commit is contained in:
pythongosssss
2026-03-03 16:25:48 +00:00
committed by GitHub
parent 613058e831
commit d360b2218f
2 changed files with 1 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
@click="onSave(close)"
>
<i class="icon-[lucide--save] size-4" />
{{ t('builderMenu.saveApp') }}
{{ t('g.save') }}
</button>
<div class="my-1 border-t border-border-default" />
<button

View File

@@ -3371,7 +3371,6 @@
"viewApp": "View app"
},
"builderMenu": {
"saveApp": "Save app",
"exitAppBuilder": "Exit app builder"
}
}