diff options
| author | Kana <[email protected]> | 2019-03-24 21:11:25 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-03-24 21:11:25 +0900 |
| commit | fac19ac31df355facdbd492c364d4da26d17bc12 (patch) | |
| tree | b10e995f58542cdbd86dfafb00b3bb91bf0649bf /src | |
| parent | API key WIP (diff) | |
| parent | Update account.vue (diff) | |
| download | host.fuwn.me-fac19ac31df355facdbd492c364d4da26d17bc12.tar.xz host.fuwn.me-fac19ac31df355facdbd492c364d4da26d17bc12.zip | |
Merge pull request #190 from robflop/patch-2
Adjust wording & fix grammar in account settings
Diffstat (limited to 'src')
| -rw-r--r-- | src/site/pages/dashboard/account.vue | 2 |
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() }); }, |