From 2b67ea75755fffebb9f6e6189c86830953c49cb5 Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Mon, 13 Jul 2020 17:16:14 -0400 Subject: [PATCH] [#1492] Update missing translations in en-US --- client/styles/components/_nav.scss | 2 +- translations/locales/en-US/translations.json | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/client/styles/components/_nav.scss b/client/styles/components/_nav.scss index 8a8ab05d..a15165a1 100644 --- a/client/styles/components/_nav.scss +++ b/client/styles/components/_nav.scss @@ -113,7 +113,7 @@ padding-right: #{20 / $base-font-size}rem; & .nav__dropdown { - width: #{122 / $base-font-size}rem; + width: #{125 / $base-font-size}rem; } } diff --git a/translations/locales/en-US/translations.json b/translations/locales/en-US/translations.json index a69022d3..b696d0db 100644 --- a/translations/locales/en-US/translations.json +++ b/translations/locales/en-US/translations.json @@ -86,13 +86,13 @@ "Password": "Password", "ConfirmPassword": "Confirm Password", "OpenedNewSketch": "Opened new sketch.", - "Hello": "Hello", + "Hello": "Hello", "MyAccount": "My Account", "My":"My", - "Sketches": "My sketches", - "Collections": "My collections", + "MySketches": "My Sketches", + "MyCollections": "My Collections", "Asset": "Asset", - "MyAssets": "My assets", + "MyAssets": "My Assets", "TitleAbout": "p5.js Web Editor | About", "CodeEditing": "Code Editing", "Error": "Error", @@ -109,7 +109,8 @@ "FindPreviousTextMatch": "Find Previous Text Match", "Code editing keyboard shortcuts follow": "Code editing keyboard shortcuts follow", "Sublime Text shortcuts": "Sublime Text shortcuts", - "WarningUnsavedChanges": "Are you sure you want to leave this page? You have unsaved changes." + "WarningUnsavedChanges": "Are you sure you want to leave this page? You have unsaved changes.", + "LogOut": "Log Out" }