mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-06-28 01:49:10 +00:00
fix(ui): fix untranslated key
This commit is contained in:
@@ -79,9 +79,7 @@ class FieldTemplateSearchPanel(SearchPanel[BaseFieldTemplate]):
|
||||
modal: PanelModal = PanelModal(
|
||||
panel,
|
||||
Translations["field_template.new"],
|
||||
Translations["field_template.add"]
|
||||
if add_to_entry
|
||||
else Translations["field_template.new"],
|
||||
Translations["field_template.new"],
|
||||
is_savable=True,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user