mirror of
https://github.com/penpot/penpot.git
synced 2026-05-10 18:48:23 +00:00
📎 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:
parent
16a067c0ae
commit
27c4ddba10
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user