🐛 Replace frame term usage by artboard on viewer app.

Replace frame with artboard.
This commit is contained in:
Andrey Antukh 2021-06-04 13:46:43 +02:00 committed by Alonso Torres
parent 17b32d6518
commit b861e261ed
3 changed files with 13 additions and 3 deletions

View file

@ -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]]])