From cff0ab7ccb5066915f0e76f28ab404cfa2b5414b Mon Sep 17 00:00:00 2001 From: Robin B Date: Thu, 21 Mar 2019 17:47:14 +0100 Subject: Update account.vue As discussed before, an adjustment for the wording alongside a grammatical fix. PR as suggested by you. --- src/site/pages/dashboard/account.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/site') diff --git a/src/site/pages/dashboard/account.vue b/src/site/pages/dashboard/account.vue index b0b90a3..50bc7fd 100644 --- a/src/site/pages/dashboard/account.vue +++ b/src/site/pages/dashboard/account.vue @@ -132,7 +132,7 @@ export default { promptNewAPIKey() { this.$dialog.confirm({ type: 'is-danger', - message: 'Are you sure you want to regenerate your API key? If you had a previous API key generated it will stop working. Make sure to write it down as this is the only time its gonna be displayed to you.', + message: 'Are you sure you want to regenerate your API key? Previously generated API keys will stop working. Make sure to write the new key down as this is the only time it will be displayed to you.', onConfirm: () => this.requestNewAPIKey() }); }, -- cgit v1.2.3