📎 Use generic error when failing to download font

The font specific error string was never added to en.po (my own mistake).

Looking further into it, there is no need to add more work to
translators when a generic error goes a long way.

Specially since this is not expected to happen.
This commit is contained in:
Dalai Felinto 2026-02-18 11:33:47 +01:00 committed by Andrey Antukh
parent 16a067c0ae
commit 27c4ddba10

View File

@ -369,7 +369,7 @@
(dom/trigger-download filename blob))
(fn [error]
(js/console.error "error downloading font" error)
(st/emit! (ntf/error (tr "errors.download-font")))))))))
(st/emit! (ntf/error (tr "errors.generic")))))))))
on-delete-variant
(mf/use-fn