diff --git a/client/styles/components/_nav.scss b/client/styles/components/_nav.scss index a15165a1c3..8a8ab05d35 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: #{125 / $base-font-size}rem; + width: #{122 / $base-font-size}rem; } } diff --git a/translations/locales/en-US/translations.json b/translations/locales/en-US/translations.json index b696d0db92..a69022d3bb 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", - "MySketches": "My Sketches", - "MyCollections": "My Collections", + "Sketches": "My sketches", + "Collections": "My collections", "Asset": "Asset", - "MyAssets": "My Assets", + "MyAssets": "My assets", "TitleAbout": "p5.js Web Editor | About", "CodeEditing": "Code Editing", "Error": "Error", @@ -109,8 +109,7 @@ "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.", - "LogOut": "Log Out" + "WarningUnsavedChanges": "Are you sure you want to leave this page? You have unsaved changes." }