mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
Fixes wrong casing
several casings fixed Signed-off-by: Prithvi Tharun <ptrithu8@gmail.com>
This commit is contained in:
parent
6c0a8afba2
commit
0e07617877
1 changed files with 3 additions and 3 deletions
|
@ -706,7 +706,7 @@ msgid "errors.webhooks.timeout"
|
|||
msgstr "Timeout"
|
||||
|
||||
msgid "errors.webhooks.connection"
|
||||
msgstr "Connection error, url not reacheable"
|
||||
msgstr "Connection error, URL not reacheable"
|
||||
|
||||
msgid "errors.webhooks.last-delivery"
|
||||
msgstr "Last delivery was not successfull."
|
||||
|
@ -3451,7 +3451,7 @@ msgstr "Open overlay: %s"
|
|||
|
||||
#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs
|
||||
msgid "workspace.options.interaction-open-url"
|
||||
msgstr "Open url"
|
||||
msgstr "Open URL"
|
||||
|
||||
#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs
|
||||
msgid "workspace.options.interaction-out"
|
||||
|
@ -3990,7 +3990,7 @@ msgstr "Selection text"
|
|||
|
||||
#: src/app/main/ui/workspace/sidebar/options/menus/typography.cljs
|
||||
msgid "workspace.options.text-options.titlecase"
|
||||
msgstr "Title Case"
|
||||
msgstr "Title case"
|
||||
|
||||
#: src/app/main/ui/workspace/sidebar/options/menus/text.cljs
|
||||
msgid "workspace.options.text-options.underline"
|
||||
|
|
Loading…
Reference in a new issue