mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 11:27:18 +02:00
🐛 Replace frame term usage by artboard on viewer app.
Replace frame with artboard.
This commit is contained in:
parent
17b32d6518
commit
b861e261ed
3 changed files with 13 additions and 3 deletions
|
@ -75,7 +75,7 @@
|
|||
(mf/defc thumbnails-summary
|
||||
[{:keys [on-toggle-expand on-close total] :as props}]
|
||||
[:div.thumbnails-summary
|
||||
[:span.counter (str total " frames")]
|
||||
[:span.counter (tr "labels.num-of-frames" (i18n/c total))]
|
||||
[:span.buttons
|
||||
[:span.btn-expand {:on-click on-toggle-expand} i/arrow-down]
|
||||
[:span.btn-close {:on-click on-close} i/close]]])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue