Skip to content

Commit

Permalink
[REF] github_connector: Fix typo "should not => does not" (OCA#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroheure authored and cubells committed May 21, 2018
1 parent 9ed0011 commit bb0a1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_connector/models/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def get_by_url(self, url, call_type, data=False):
if response.status_code == 403:
raise exceptions.Warning(_(
"Unable to realize the current operation. The login '%s'"
" should not have the correct access rights.") % (self.login))
" does not have the correct access rights.") % (self.login))
if response.status_code == 422:
raise exceptions.Warning(_(
"Unable to realize the current operation. Possible reasons:\n"
Expand Down

0 comments on commit bb0a1a6

Please sign in to comment.