mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 16:18:11 -05:00
🐛 Change view only message
This commit is contained in:
parent
98b41a5bff
commit
16c8c3483f
3 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@
|
|||
[:div {:class (stl/css :viewport-actions-container)}
|
||||
[:div {:class (stl/css :viewport-actions-title)}
|
||||
[:& i18n/tr-html {:tag-name "span"
|
||||
:label "workspace.top-bar.read-only"}]]
|
||||
:label "workspace.top-bar.view-only"}]]
|
||||
[:button {:class (stl/css :done-btn)
|
||||
:on-click handle-close-view-mode} (tr "workspace.top-bar.read-only.done")]]]))
|
||||
|
||||
|
|
|
@ -5063,8 +5063,8 @@ msgid "workspace.viewport.click-to-close-path"
|
|||
msgstr "Click to close the path"
|
||||
|
||||
#, markdown
|
||||
msgid "workspace.top-bar.read-only"
|
||||
msgstr "**Inspect mode** (View Only)"
|
||||
msgid "workspace.top-bar.view-only"
|
||||
msgstr "**Inspecting mode** (View Only)"
|
||||
|
||||
msgid "workspace.top-bar.read-only.done"
|
||||
msgstr "Done"
|
||||
|
|
|
@ -5148,7 +5148,7 @@ msgid "workspace.viewport.click-to-close-path"
|
|||
msgstr "Pulsar para cerrar la ruta"
|
||||
|
||||
#, markdown
|
||||
msgid "workspace.top-bar.read-only"
|
||||
msgid "workspace.top-bar.view-only"
|
||||
msgstr "**Modo inspección** (View only)"
|
||||
|
||||
msgid "workspace.top-bar.read-only.done"
|
||||
|
|
Loading…
Add table
Reference in a new issue