diff --git a/plugins/plugin-git/che-plugin-git-ext-git/src/main/resources/org/eclipse/che/ide/ext/git/client/GitLocalizationConstant.properties b/plugins/plugin-git/che-plugin-git-ext-git/src/main/resources/org/eclipse/che/ide/ext/git/client/GitLocalizationConstant.properties index dc5237455fa..dd7af7d6eca 100644 --- a/plugins/plugin-git/che-plugin-git-ext-git/src/main/resources/org/eclipse/che/ide/ext/git/client/GitLocalizationConstant.properties +++ b/plugins/plugin-git/che-plugin-git-ext-git/src/main/resources/org/eclipse/che/ide/ext/git/client/GitLocalizationConstant.properties @@ -94,7 +94,7 @@ messages.delete_success=Git repository deleted messages.compare_save.title=Git compare messages.compare_save.question=Would you like to save changes? messages.notAuthorizedTitle=You are not authorized to perform this operation -messages.notAuthorizedContent=This may be because you have not setup SSH keys or oAuth.\ +messages.notAuthorizedContent=Authorization failure may be due to missing or incorrect SSH key or OAuth setup.\ \nCheck the documentation for using Git for more information on setting these up. importProject.messageNameRepoIncorrect = The repository name is incorrect. importProject.messageHostIncorrect = The address of the remote server is incorrect.