Skip to content

Commit

Permalink
Use 'Sign in' rather than 'Login'
Browse files Browse the repository at this point in the history
Replaced all instances of 'login' and equivalent with 'sign in'
  • Loading branch information
tocsoft committed Nov 3, 2016
1 parent 454467c commit 0a1b61a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions src/GitHub.App/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/GitHub.App/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@
<value>(forgot your password?)</value>
</data>
<data name="LoginFailedForbiddenMessage" xml:space="preserve">
<value>Make sure to use your password and not a Personal Access token to log in.</value>
<value>Make sure to use your password and not a Personal Access token to sign in.</value>
</data>
<data name="LoginFailedMessage" xml:space="preserve">
<value>Check your username and password, then try again</value>
</data>
<data name="LoginFailedText" xml:space="preserve">
<value>Login failed.</value>
<value>Sign in failed.</value>
</data>
<data name="LoginTitle" xml:space="preserve">
<value>Connect To GitHub</value>
Expand Down Expand Up @@ -235,7 +235,7 @@
<value>Two-Factor authentication required</value>
</data>
<data name="TwoFactorUnknown" xml:space="preserve">
<value>Enter a login authentication code here</value>
<value>Enter a sign in authentication code here</value>
</data>
<data name="UsernameOrEmailValidatorEmpty" xml:space="preserve">
<value>Please enter your username or email address</value>
Expand Down
8 changes: 4 additions & 4 deletions src/GitHub.VisualStudio.UI/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/GitHub.VisualStudio.UI/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<value>File Name</value>
</data>
<data name="NotLoggedInMessage" xml:space="preserve">
<value>You are not logged in to {0}, so certain git operations may fail. [Login now]({1})</value>
<value>You are not signed in to {0}, so certain git operations may fail. [Sign in now]({1})</value>
</data>
<data name="WikiNavigationItemText" xml:space="preserve">
<value>Wiki</value>
Expand Down Expand Up @@ -259,7 +259,7 @@
<value>Private Repository</value>
</data>
<data name="LoginFailedText" xml:space="preserve">
<value>Login failed.</value>
<value>Sign in failed.</value>
</data>
<data name="localPathText" xml:space="preserve">
<value>Local path</value>
Expand Down Expand Up @@ -298,7 +298,7 @@
<value>Check your username and password, then try again</value>
</data>
<data name="LoginLink" xml:space="preserve">
<value>Login</value>
<value>Sign in</value>
</data>
<data name="ForgotPasswordLink" xml:space="preserve">
<value>(forgot your password?)</value>
Expand Down Expand Up @@ -343,6 +343,6 @@
<value>Get Started</value>
</data>
<data name="SignInLink" xml:space="preserve">
<value>Sign In</value>
<value>Sign in</value>
</data>
</root>

0 comments on commit 0a1b61a

Please sign in to comment.