mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-05 13:10:24 +00:00
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:
@@ -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
|
||||
|
||||
@@ -3371,7 +3371,6 @@
|
||||
"viewApp": "View app"
|
||||
},
|
||||
"builderMenu": {
|
||||
"saveApp": "Save app",
|
||||
"exitAppBuilder": "Exit app builder"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user