fix: translations

This commit is contained in:
Konstantinos Kaloutas
2023-06-09 13:54:32 +03:00
parent d13ba8d9e7
commit 135e3228b6
29 changed files with 40 additions and 195 deletions

View File

@@ -149,7 +149,7 @@
[:p (t :file-rn/need-action)])
[:p
(ui/button
(str (t :file-rn/all-action) " (" (count rename-items) ")")
(t :file-rn/all-action (count rename-items))
:on-click <rename-all
:class "text-md p-2 mr-1")
(t :file-rn/or-select-actions)