mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-11 02:20:08 +00:00
Fix i18n key for close button
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div class="dialog-title">{{ title }}</div>
|
||||
<div class="dialog-message">{{ message }}</div>
|
||||
<div class="dialog-actions">
|
||||
<button class="dialog-button">{{ t('common.close') }}</button>
|
||||
<button class="dialog-button">{{ t('g.close') }}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user