From d0473214cd2582ec63f4a5021a8f5927f67bc98f Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 22 Aug 2022 14:29:58 +0200 Subject: Add Nc prefix to Nc vue component names Signed-off-by: Vincent Petry --- apps/settings/src/components/AuthTokenSetupDialogue.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'apps/settings/src/components/AuthTokenSetupDialogue.vue') diff --git a/apps/settings/src/components/AuthTokenSetupDialogue.vue b/apps/settings/src/components/AuthTokenSetupDialogue.vue index 3f3b1cf1fb3..613e286255e 100644 --- a/apps/settings/src/components/AuthTokenSetupDialogue.vue +++ b/apps/settings/src/components/AuthTokenSetupDialogue.vue @@ -28,11 +28,11 @@ :disabled="loading" :placeholder="t('settings', 'App name')" @keydown.enter="submit"> - {{ t('settings', 'Create new app password') }} - +
{{ t('settings', 'Use the credentials below to configure your app or device.') }} @@ -63,9 +63,9 @@ class="icon icon-clippy" @mouseover="hoveringCopyButton = true" @mouseleave="hoveringCopyButton = false" /> - + {{ t('settings', 'Done') }} - +
@@ -83,13 +83,13 @@ import QR from '@chenfengyuan/vue-qrcode' import confirmPassword from '@nextcloud/password-confirmation' import { getRootUrl } from '@nextcloud/router' -import ButtonVue from '@nextcloud/vue/dist/Components/ButtonVue' +import NcButton from '@nextcloud/vue/dist/Components/NcButton' export default { name: 'AuthTokenSetupDialogue', components: { QR, - ButtonVue, + NcButton, }, props: { add: { -- cgit v1.2.3