Merge branch 'ui_rework_4_0' into cura4.0_header

This commit is contained in:
Diego Prado Gesto 2018-11-02 13:36:47 +01:00
commit 53872f9a5b
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ class AuthorizationService:
"redirect_uri": self._settings.CALLBACK_URL,
"scope": self._settings.CLIENT_SCOPES,
"response_type": "code",
"state": "CuraDriveIsAwesome",
"state": "(.Y.)",
"code_challenge": challenge_code,
"code_challenge_method": "S512"
})

View File

@ -412,7 +412,7 @@ Item
Action
{
id: browsePackagesAction
text: catalog.i18nc("@action:menu", "Open Marketplace...")
text: catalog.i18nc("@action:menu", "&Marketplace")
iconName: "plugins_browse"
}
}