Skip to content

Commit

Permalink
Update and remove unused sign in string
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHarris360 committed Jun 26, 2024
1 parent d2c19c4 commit 15bd377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<KButton
v-if="usernameNotUnique"
:text="$tr('SignInInstead')"
:text="$tr('signInInstead')"
class="link"
appearance="basic-link"
@click="handleSignIn"
Expand Down Expand Up @@ -301,7 +301,7 @@
context:
'The learner is creating their account for an existing facility and is told what that is',
},
SignInInstead: {
signInInstead: {
message: 'Sign in instead?',
context: 'Text prompting user to sign in with existing username.',
},
Expand Down
5 changes: 0 additions & 5 deletions kolibri/plugins/user_auth/assets/src/views/SignUpPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -333,11 +333,6 @@
context:
'Link to open the Kolibri usage and privacy modal. It will be displayed alongside the text describing collection of demographic user information.',
},
/* eslint-disable kolibri/vue-no-unused-translations */
SignInOrCreateAccount: {
message: 'Sign in as {username} or start over and create a new account.',
context: 'Message prompting user to sign in with existing username or create new account.',
},
},
};
Expand Down

0 comments on commit 15bd377

Please sign in to comment.