Skip to content

Commit

Permalink
Update password message to use passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed May 14, 2024
1 parent 30bde13 commit 453e597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const updatePassword = () => {
</template>

<template #description>
Ensure your account is using a long, random password to stay secure.
Ensure your account is using a long, random passphrase to stay secure.
</template>

<template #form>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</x-slot>

<x-slot name="description">
{{ __('Ensure your account is using a long, random password to stay secure.') }}
{{ __('Ensure your account is using a long, random passphrase to stay secure.') }}
</x-slot>

<x-slot name="form">
Expand Down

0 comments on commit 453e597

Please sign in to comment.