From 663db2bb3439e191a9969aaa56cf8f936f1579e2 Mon Sep 17 00:00:00 2001
From: Ferdinand Thiessen <opensource@fthiessen.de>
Date: Sun, 23 Jul 2023 02:03:13 +0200
Subject: chore: Update nextcloud-vue to v8 beta2 and renamed changed
 properties

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
---
 apps/theming/src/AdminTheming.vue | 4 ++--
 apps/theming/src/UserThemes.vue   | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

(limited to 'apps/theming')

diff --git a/apps/theming/src/AdminTheming.vue b/apps/theming/src/AdminTheming.vue
index 37eabc12774..70ef6a7d54a 100644
--- a/apps/theming/src/AdminTheming.vue
+++ b/apps/theming/src/AdminTheming.vue
@@ -22,7 +22,7 @@
 
 <template>
 	<section>
-		<NcSettingsSection :title="t('theming', 'Theming')"
+		<NcSettingsSection :name="t('theming', 'Theming')"
 			:description="t('theming', 'Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users.')"
 			:doc-url="docUrl"
 			data-admin-theming-settings>
@@ -70,7 +70,7 @@
 				</div>
 			</div>
 		</NcSettingsSection>
-		<NcSettingsSection :title="t('theming', 'Advanced options')">
+		<NcSettingsSection :name="t('theming', 'Advanced options')">
 			<div class="admin-theming-advanced">
 				<TextField v-for="field in advancedTextFields"
 					:key="field.name"
diff --git a/apps/theming/src/UserThemes.vue b/apps/theming/src/UserThemes.vue
index bb040358bb2..2bc8b5bf0b2 100644
--- a/apps/theming/src/UserThemes.vue
+++ b/apps/theming/src/UserThemes.vue
@@ -23,7 +23,7 @@
 
 <template>
 	<section>
-		<NcSettingsSection :title="t('theming', 'Appearance and accessibility')"
+		<NcSettingsSection :name="t('theming', 'Appearance and accessibility')"
 			:limit-width="false"
 			class="theming">
 			<p v-html="description" />
@@ -51,7 +51,7 @@
 			</div>
 		</NcSettingsSection>
 
-		<NcSettingsSection :title="t('theming', 'Keyboard shortcuts')">
+		<NcSettingsSection :name="t('theming', 'Keyboard shortcuts')">
 			<p>{{ t('theming', 'In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps.') }}</p>
 			<NcCheckboxRadioSwitch class="theming__preview-toggle"
 				:checked.sync="shortcutsDisabled"
@@ -62,7 +62,7 @@
 			</NcCheckboxRadioSwitch>
 		</NcSettingsSection>
 
-		<NcSettingsSection :title="t('theming', 'Background')"
+		<NcSettingsSection :name="t('theming', 'Background')"
 			class="background"
 			data-user-theming-background-disabled>
 			<template v-if="isUserThemingDisabled">
-- 
cgit v1.2.3