Pārlūkot izejas kodu

Merge pull request #190 from robflop/patch-2

Adjust wording & fix grammar in account settings
Kana 6 gadi atpakaļ
vecāks
revīzija
fac19ac31d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/site/pages/dashboard/account.vue

+ 1 - 1
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()
 			});
 		},