Skip to content

Commit

Permalink
fix reset password text
Browse files Browse the repository at this point in the history
  • Loading branch information
zlayine committed Apr 12, 2024
1 parent e0234f4 commit 259622a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/components/pages/SettingsResetPassword.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
/>
<div class="flex space-x-4">
<Btn @click="enableReset = false">Cancel</Btn>
<Btn is-submit primary :loading="isLoading">Reset password</Btn>
<Btn is-submit primary :loading="isLoading">Change password</Btn>
</div>
</Form>
</div>
<div v-else>
<Btn primary @click="enableReset = true">Reset Password</Btn>
<Btn primary @click="enableReset = true">Change Password</Btn>
</div>
</div>
</template>
Expand Down

0 comments on commit 259622a

Please sign in to comment.