0
0
Fork 0

Change "Sign in" to "Login" (#24942)

This commit is contained in:
Eugen Rochko 2023-05-10 20:17:55 +02:00 committed by GitHub
parent 0eed06073f
commit 3869e8c210
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 23 additions and 23 deletions

View file

@ -7,7 +7,7 @@ export const NotSignedInIndicator: React.FC = () => (
<div className='empty-column-indicator'>
<FormattedMessage
id='not_signed_in_indicator.not_signed_in'
defaultMessage='You need to sign in to access this resource.'
defaultMessage='You need to login to access this resource.'
/>
</div>
</div>