aboutsummaryrefslogtreecommitdiff
path: root/src/site
diff options
context:
space:
mode:
authorRobin B <[email protected]>2019-03-21 17:47:14 +0100
committerGitHub <[email protected]>2019-03-21 17:47:14 +0100
commitcff0ab7ccb5066915f0e76f28ab404cfa2b5414b (patch)
treeb10e995f58542cdbd86dfafb00b3bb91bf0649bf /src/site
parentAPI key WIP (diff)
downloadhost.fuwn.me-cff0ab7ccb5066915f0e76f28ab404cfa2b5414b.tar.xz
host.fuwn.me-cff0ab7ccb5066915f0e76f28ab404cfa2b5414b.zip
Update account.vue
As discussed before, an adjustment for the wording alongside a grammatical fix. PR as suggested by you.
Diffstat (limited to 'src/site')
-rw-r--r--src/site/pages/dashboard/account.vue2
1 files changed, 1 insertions, 1 deletions
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()
});
},