Skip to content

Commit

Permalink
Change the 'Store and login' button text to 'Connect'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud-Emad committed Jun 12, 2023
1 parent 44dac7b commit 468b501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/src/weblets/profile_manager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
:disabled="!isValidForm || creatingAccount"
size="large"
>
{{ activeTab === 0 ? "Login" : "Store and login" }}
{{ activeTab === 0 ? "Login" : "Connect" }}
</VBtn>
</div>
</form>
Expand Down

0 comments on commit 468b501

Please sign in to comment.